[Monodevelop-patches-list] r708 - trunk/MonoDevelop/samples/VFS
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Wed Jan 28 21:13:25 EST 2004
Author: jluke
Date: 2004-01-28 21:13:25 -0500 (Wed, 28 Jan 2004)
New Revision: 708
Modified:
trunk/MonoDevelop/samples/VFS/Makefile
trunk/MonoDevelop/samples/VFS/test.cs
Log:
update for renaming
Modified: trunk/MonoDevelop/samples/VFS/Makefile
===================================================================
--- trunk/MonoDevelop/samples/VFS/Makefile 2004-01-29 00:36:54 UTC (rev 707)
+++ trunk/MonoDevelop/samples/VFS/Makefile 2004-01-29 02:13:25 UTC (rev 708)
@@ -3,7 +3,7 @@
all:
$(MCS) -g test.cs -o ../../build/bin/VfsTest.exe \
- /r:../../build/bin/MonoDevelop.Gui.dll
+ /r:../../build/bin/MonoDevelop.Gui.Utils.dll
run:
$(RUNTIME) --debug ../../build/bin/VfsTest.exe
Modified: trunk/MonoDevelop/samples/VFS/test.cs
===================================================================
--- trunk/MonoDevelop/samples/VFS/test.cs 2004-01-29 00:36:54 UTC (rev 707)
+++ trunk/MonoDevelop/samples/VFS/test.cs 2004-01-29 02:13:25 UTC (rev 708)
@@ -1,6 +1,6 @@
using System;
using System.IO;
-using MonoDevelop.Gui;
+using MonoDevelop.GuiUtils;
class T
{
More information about the Monodevelop-patches-list
mailing list