[Monodevelop-patches-list] r2405 - trunk/MonoDevelop/Extras/MonoQuery

Christian Hergert <chris@mosaix.net> chergert at mono-cvs.ximian.com
Thu Mar 31 07:13:21 EST 2005


Author: chergert
Date: 2005-03-31 07:13:21 -0500 (Thu, 31 Mar 2005)
New Revision: 2405

Modified:
   trunk/MonoDevelop/Extras/MonoQuery/ChangeLog
   trunk/MonoDevelop/Extras/MonoQuery/MonoQueryView.cs
Log:
Fix the MonoQuery momento icon so it is not empty.


Modified: trunk/MonoDevelop/Extras/MonoQuery/ChangeLog
===================================================================
--- trunk/MonoDevelop/Extras/MonoQuery/ChangeLog	2005-03-31 00:24:20 UTC (rev 2404)
+++ trunk/MonoDevelop/Extras/MonoQuery/ChangeLog	2005-03-31 12:13:21 UTC (rev 2405)
@@ -1,3 +1,7 @@
+2005-03-31  Christian Hergert <chris at mosaix.net>
+
+	* MonoQueryView.cs: Fix the momento icon.
+
 2005-03-14  Lluis Sanchez Gual <lluis at novell.com>
 
 	* MonoQuery.addin.xml.in: Define the MonoQuery pad.
@@ -2,3 +6,3 @@
 
-2005-03-06	Christian Hergert	<chris at mosaix.net>
+2005-03-06	Christian Hergert <chris at mosaix.net>
 

Modified: trunk/MonoDevelop/Extras/MonoQuery/MonoQueryView.cs
===================================================================
--- trunk/MonoDevelop/Extras/MonoQuery/MonoQueryView.cs	2005-03-31 00:24:20 UTC (rev 2404)
+++ trunk/MonoDevelop/Extras/MonoQuery/MonoQueryView.cs	2005-03-31 12:13:21 UTC (rev 2405)
@@ -28,9 +28,6 @@
 		private static MonoQueryTree monoQueryTree = null;
 		private static Gtk.ScrolledWindow scroller = null;
 #region AbstractPadContent requirements
-		/// <summary>
-		/// The <see cref="System.Windows.Forms.Control"/> representing the pad
-		/// </summary>
 		public override Gtk.Widget Control {
 			get {
 				return scroller;
@@ -41,7 +38,7 @@
 		/// Creates a new MonoQueryView object
 		/// </summary>
 		public MonoQueryView()
-			: base( GettextCatalog.GetString( "Database" ), "Icons.16x16.MonoQuery.DatabaseConnection")
+			: base( GettextCatalog.GetString( "Database" ), "md-mono-query-database")
 		{
 			CreateDefaultMonoQuery();
 //			monoQueryTree.Dock = DockStyle.Fill;




More information about the Monodevelop-patches-list mailing list