[Monodevelop-patches-list] r632 - trunk/MonoDevelop/src/Main/Base/Services

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sat Jan 24 15:14:41 EST 2004


Author: tberman
Date: 2004-01-24 15:14:40 -0500 (Sat, 24 Jan 2004)
New Revision: 632

Modified:
   trunk/MonoDevelop/src/Main/Base/Services/ResourceService.cs
Log:
stockified the print preview icon, maybe we should make it actually print preview soon ;)


Modified: trunk/MonoDevelop/src/Main/Base/Services/ResourceService.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Services/ResourceService.cs	2004-01-24 19:49:01 UTC (rev 631)
+++ trunk/MonoDevelop/src/Main/Base/Services/ResourceService.cs	2004-01-24 20:14:40 UTC (rev 632)
@@ -75,6 +75,7 @@
 			stockMappings ["Icons.16x16.OpenFileIcon"] = Gtk.Stock.Open;
 			stockMappings ["Icons.16x16.Options"] = Gtk.Stock.Preferences;
 			stockMappings ["Icons.16x16.PasteIcon"] = Gtk.Stock.Paste;
+			stockMappings ["Icons.16x16.PreView"] = Gtk.Stock.PrintPreview;
 			stockMappings ["Icons.16x16.PrevWindowIcon"] = Gtk.Stock.GoBack;
 			stockMappings ["Icons.16x16.Print"] = Gtk.Stock.Print;
 			stockMappings ["Icons.16x16.QuitIcon"] = Gtk.Stock.Quit;




More information about the Monodevelop-patches-list mailing list