[Monodevelop-patches-list] r1502 - in trunk/MonoDevelop/src/Main/Base: . Gui/Dialogs
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sun Apr 25 18:38:00 EDT 2004
Author: pawel
Date: 2004-04-25 18:38:00 -0400 (Sun, 25 Apr 2004)
New Revision: 1502
Modified:
trunk/MonoDevelop/src/Main/Base/ChangeLog
trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs
Log:
fixed my name (spelling) in contributors
Modified: trunk/MonoDevelop/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-04-25 20:12:59 UTC (rev 1501)
+++ trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-04-25 22:38:00 UTC (rev 1502)
@@ -1,3 +1,7 @@
+2004-04-25 Pawel Rozanski <tokugawa at afn.no-ip.org>
+
+ * Gui/Dialogs/CommonAboutDialog.cs: fixed my very Polish name.
+
2004-04-25 John Luke <jluke at cfl.rr.com>
* Gui/Dialogs/CommonAboutDialog.cs:
Modified: trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs 2004-04-25 20:12:59 UTC (rev 1501)
+++ trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/CommonAboutDialog.cs 2004-04-25 22:38:00 UTC (rev 1502)
@@ -54,7 +54,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\nAlex Graveley\nnricciar\nJohn Bou Antoun\nBen Maurer\nJeroen Zwartepoorte\nGustavo Giráldez\nMiguel de Icaza\nInigo Illan\nIain McCoy\nNick Drochak\nPavel Rosanski\nRichard Torkar\nErik Dasque ";
+ text = "<b>Ported and developed by:</b>\nTodd Berman\nPedro Abelleira Seco\nJohn Luke\nDaniel Kornhauser\nAlex Graveley\nnricciar\nJohn Bou Antoun\nBen Maurer\nJeroen Zwartepoorte\nGustavo Giráldez\nMiguel de Icaza\nInigo Illan\nIain McCoy\nNick Drochak\nPaweł Różański\nRichard Torkar\nErik Dasque ";
//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