[Monodevelop-patches-list] r1307 - in trunk/MonoDevelop/src/Main/Base: . Gui/Dialogs
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Wed Mar 31 15:02:57 EST 2004
Author: tberman
Date: 2004-03-31 15:02:56 -0500 (Wed, 31 Mar 2004)
New Revision: 1307
Modified:
trunk/MonoDevelop/src/Main/Base/ChangeLog
trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs
Log:
adding miguel
Modified: trunk/MonoDevelop/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-03-31 19:44:32 UTC (rev 1306)
+++ trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-03-31 20:02:56 UTC (rev 1307)
@@ -1,5 +1,9 @@
-2004-03-31 Todd berman <tberman at sevenl.net>
+2004-03-31 Todd Berman <tberman at sevenl.net>
+ * Gui/Dialogs/CommonAboutDialog.cs: adding miguel :)
+
+2004-03-31 Todd Berman <tberman at sevenl.net>
+
* Internal/Project/AbstractProject.cs: dont include *.swp, *~ or .* in
search for new files. closes bug #56282.
Modified: trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs 2004-03-31 19:44:32 UTC (rev 1306)
+++ trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs 2004-03-31 20:02:56 UTC (rev 1307)
@@ -53,7 +53,7 @@
ResourceService resourceService = (ResourceService)ServiceManager.Services.GetService(typeof(IResourceService));
image = resourceService.GetBitmap ("Icons.AboutImage");
- text = "<b>Ported and developed by:</b>\nTodd Berman\nPedro Abelleira Seco\nJohn Luke\nDaniel Kornhauser\norph\nnricciar\nJohn Bou Antoun\nBen Maurer\nJeroen Zwartepoorte\nGustavo Giráldez";
+ text = "<b>Ported and developed by:</b>\nTodd Berman\nPedro Abelleira Seco\nJohn Luke\nDaniel Kornhauser\norph\nnricciar\nJohn Bou Antoun\nBen Maurer\nJeroen Zwartepoorte\nGustavo Giráldez\nMiguel de Icaza";
//text = "\"The most successful method of programming is to begin a program as simply as possible, test it, and then add to the program until it performs the required job.\"\n -- PDP8 handbook, Pg 9-64\n\n\n";
//text = "\"The primary purpose of the DATA statement is to give names to constants; instead of referring to pi as 3.141592653589793 at every\n appearance, the variable PI can be given that value with a DATA statement and used instead of the longer form of the constant. This also simplifies modifying the program, should the value of pi change.\"\n -- FORTRAN manual for Xerox computers\n\n\n";
More information about the Monodevelop-patches-list
mailing list