commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6069 - trunk/gnue-forms/src


From: reinhard
Subject: r6069 - trunk/gnue-forms/src
Date: Sat, 24 Jul 2004 09:40:01 -0500 (CDT)

Author: reinhard
Date: 2004-07-24 09:40:00 -0500 (Sat, 24 Jul 2004)
New Revision: 6069

Modified:
   trunk/gnue-forms/src/GFForm.py
Log:
Correct default for message box type.


Modified: trunk/gnue-forms/src/GFForm.py
===================================================================
--- trunk/gnue-forms/src/GFForm.py      2004-07-24 14:24:59 UTC (rev 6068)
+++ trunk/gnue-forms/src/GFForm.py      2004-07-24 14:40:00 UTC (rev 6069)
@@ -913,7 +913,7 @@
   # display a standard message box
   #
   def triggerShowMessageBox (self, msgtxt, caption='GNUe Message',
-      title='Information', kind = None, cancel = False):
+      title='Information', kind = 'Info', cancel = False):
     return self._instance.displayMessageBox (msgtxt, kind, cancel, caption,
                                              title)
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]