commit-gnue
[Top][All Lists]
Advanced

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

r5882 - trunk/gnue-forms/src


From: dneighbo
Subject: r5882 - trunk/gnue-forms/src
Date: Thu, 10 Jun 2004 17:21:27 -0500 (CDT)

Author: dneighbo
Date: 2004-06-10 17:21:26 -0500 (Thu, 10 Jun 2004)
New Revision: 5882

Modified:
   trunk/gnue-forms/src/GFForm.py
Log:
Fixed displayMessageBox to accept caption parameter


Modified: trunk/gnue-forms/src/GFForm.py
===================================================================
--- trunk/gnue-forms/src/GFForm.py      2004-06-10 12:59:28 UTC (rev 5881)
+++ trunk/gnue-forms/src/GFForm.py      2004-06-10 22:21:26 UTC (rev 5882)
@@ -894,8 +894,8 @@
   #
   # display a standard message box
   #
-  def triggerShowMessageBox(self,msgtxt):
-    self._instance.displayMessageBox(msgtxt)
+  def triggerShowMessageBox(self,msgtxt,caption="GNUe Message"):
+    self._instance.displayMessageBox(msgtxt,caption)
 
   #
   # triggerSetFocus





reply via email to

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