[Monodevelop-patches-list] r805 - trunk/MonoDevelop/src/Main/Base/Services/File
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Feb 7 13:03:37 EST 2004
Author: tberman
Date: 2004-02-07 13:03:37 -0500 (Sat, 07 Feb 2004)
New Revision: 805
Modified:
trunk/MonoDevelop/src/Main/Base/Services/File/DefaultFileService.cs
Log:
clean out now potentially confusing comment
Modified: trunk/MonoDevelop/src/Main/Base/Services/File/DefaultFileService.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Services/File/DefaultFileService.cs 2004-02-07 18:03:04 UTC (rev 804)
+++ trunk/MonoDevelop/src/Main/Base/Services/File/DefaultFileService.cs 2004-02-07 18:03:37 UTC (rev 805)
@@ -86,7 +86,6 @@
}
foreach (IViewContent content in WorkbenchSingleton.Workbench.ViewContentCollection) {
- // WINDOWS DEPENDENCY : ToUpper()
if (content.ContentName != null &&
content.ContentName == fileName) {
content.WorkbenchWindow.SelectWindow();
More information about the Monodevelop-patches-list
mailing list