Author: mhutch
Date: 2008-01-29 14:30:11 -0500 (Tue, 29 Jan 2008)
New Revision: 94299

Modified:
   trunk/monodevelop/main/src/core/MonoDevelop.Ide/ChangeLog
   
trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs
   trunk/monodevelop/main/src/core/MonoDevelop.Ide/icons/navigate-next.png
   trunk/monodevelop/main/src/core/MonoDevelop.Ide/icons/navigate-previous.png
Log:
2008-01-29  Michael Hutchinson <[EMAIL PROTECTED]> 

        * icons/navigate-next.png:
        * icons/navigate-previous.png: Pad to 24px so that MD's toolbar 
          doesn't stretch them.
          
        * MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs: Update 
          copyright year to 2008.



Modified: trunk/monodevelop/main/src/core/MonoDevelop.Ide/ChangeLog
===================================================================
--- trunk/monodevelop/main/src/core/MonoDevelop.Ide/ChangeLog   2008-01-29 
19:28:13 UTC (rev 94298)
+++ trunk/monodevelop/main/src/core/MonoDevelop.Ide/ChangeLog   2008-01-29 
19:30:11 UTC (rev 94299)
@@ -1,3 +1,12 @@
+2008-01-29  Michael Hutchinson <[EMAIL PROTECTED]> 
+
+       * icons/navigate-next.png:
+       * icons/navigate-previous.png: Pad to 24px so that MD's toolbar 
+         doesn't stretch them.
+         
+       * MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs: Update 
+         copyright year to 2008.
+
 2008-01-29  Marcos David MarĂ­n Amador <[EMAIL PROTECTED]> 
 
        * MonoDevelop.Ide.Gui.Dialogs/GotoLineDialog.cs: Small workaround to be 
able

Modified: 
trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs
===================================================================
--- 
trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs
      2008-01-29 19:28:13 UTC (rev 94298)
+++ 
trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs
      2008-01-29 19:30:11 UTC (rev 94299)
@@ -46,7 +46,7 @@
                        hboxLicense.PackStart (licenseLabel, false, false, 5);
 
                        HBox hboxCopyright = new HBox ();
-                       copyrightLabel.Markup = GettextCatalog.GetString 
("<b>Copyright</b>\n    (c) 2000-2003 by icsharpcode.net\n    (c) 2004-2007 by 
MonoDevelop contributors");
+                       copyrightLabel.Markup = GettextCatalog.GetString 
("<b>Copyright</b>\n    (c) 2000-2003 by icsharpcode.net\n    (c) 2004-{0} by 
MonoDevelop contributors", 2008);
                        hboxCopyright.PackStart (copyrightLabel, false, false, 
5);
 
                        this.PackStart (hboxVersion, false, true, 0);

Modified: 
trunk/monodevelop/main/src/core/MonoDevelop.Ide/icons/navigate-next.png
===================================================================
(Binary files differ)

Modified: 
trunk/monodevelop/main/src/core/MonoDevelop.Ide/icons/navigate-previous.png
===================================================================
(Binary files differ)

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to