Author: fejj
Date: 2007-04-26 13:45:11 -0400 (Thu, 26 Apr 2007)
New Revision: 76347
Modified:
trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog
trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs
trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs
Log:
2007-04-26 Jeffrey Stedfast <[EMAIL PROTECTED]>
* MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs: Updated
the (c) year to include 2007.
* MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Added my name
to the list of contributors :)
Modified: trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog
===================================================================
--- trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog 2007-04-26
15:50:30 UTC (rev 76346)
+++ trunk/monodevelop/Core/src/MonoDevelop.Ide/ChangeLog 2007-04-26
17:45:11 UTC (rev 76347)
@@ -1,3 +1,11 @@
+2007-04-26 Jeffrey Stedfast <[EMAIL PROTECTED]>
+
+ * MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs: Updated
+ the (c) year to include 2007.
+
+ * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Added my name
+ to the list of contributors :)
+
2007-04-26 Lluis Sanchez Gual <[EMAIL PROTECTED]>
* MonoDevelop.Ide.Templates/ICombineEntryFeature.cs,
Modified:
trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs
===================================================================
---
trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs
2007-04-26 15:50:30 UTC (rev 76346)
+++
trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs
2007-04-26 17:45:11 UTC (rev 76347)
@@ -57,7 +57,8 @@
"Christian Hergert",
"Jacob Ilsø Christensen",
"Scott Ellington",
- "Michael Hutchinson"
+ "Michael Hutchinson",
+ "Jeffrey Stedfast"
};
public ScrollBox ()
Modified:
trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs
===================================================================
---
trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs
2007-04-26 15:50:30 UTC (rev 76346)
+++
trunk/monodevelop/Core/src/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs
2007-04-26 17:45:11 UTC (rev 76347)
@@ -34,7 +34,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-2005 by
MonoDevelop contributors");
+ copyrightLabel.Markup = GettextCatalog.GetString
("<b>Copyright</b>\n (c) 2000-2003 by icsharpcode.net\n (c) 2004-2007 by
MonoDevelop contributors");
hboxCopyright.PackStart (copyrightLabel, false, false,
5);
this.PackStart (hboxVersion, false, true, 0);
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches