Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/src/core/MonoDevelop.Ide/ChangeLog9
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs2
-rw-r--r--main/src/core/MonoDevelop.Ide/icons/navigate-next.pngbin970 -> 1505 bytes
-rw-r--r--main/src/core/MonoDevelop.Ide/icons/navigate-previous.pngbin931 -> 1441 bytes
4 files changed, 10 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ChangeLog b/main/src/core/MonoDevelop.Ide/ChangeLog
index fbe115d034..f629f38607 100644
--- a/main/src/core/MonoDevelop.Ide/ChangeLog
+++ b/main/src/core/MonoDevelop.Ide/ChangeLog
@@ -1,3 +1,12 @@
+2008-01-29 Michael Hutchinson <mhutchinson@novell.com>
+
+ * 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 <MarcosMarin@gmail.com>
* MonoDevelop.Ide.Gui.Dialogs/GotoLineDialog.cs: Small workaround to be able
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs
index ba1f64efb7..7544508b0f 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs
@@ -46,7 +46,7 @@ namespace MonoDevelop.Ide.Gui.Dialogs
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);
diff --git a/main/src/core/MonoDevelop.Ide/icons/navigate-next.png b/main/src/core/MonoDevelop.Ide/icons/navigate-next.png
index 1fb6dbcadd..bd71d1e139 100644
--- a/main/src/core/MonoDevelop.Ide/icons/navigate-next.png
+++ b/main/src/core/MonoDevelop.Ide/icons/navigate-next.png
Binary files differ
diff --git a/main/src/core/MonoDevelop.Ide/icons/navigate-previous.png b/main/src/core/MonoDevelop.Ide/icons/navigate-previous.png
index 9687b37356..3deb9b722a 100644
--- a/main/src/core/MonoDevelop.Ide/icons/navigate-previous.png
+++ b/main/src/core/MonoDevelop.Ide/icons/navigate-previous.png
Binary files differ