commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7655 - trunk/gnue-designer/src/uidrivers/wx


From: btami
Subject: [gnue] r7655 - trunk/gnue-designer/src/uidrivers/wx
Date: Sun, 26 Jun 2005 03:03:15 -0500 (CDT)

Author: btami
Date: 2005-06-26 03:03:13 -0500 (Sun, 26 Jun 2005)
New Revision: 7655

Modified:
   trunk/gnue-designer/src/uidrivers/wx/Base.py
Log:
removed trailing '|' from wildcard string

Modified: trunk/gnue-designer/src/uidrivers/wx/Base.py
===================================================================
--- trunk/gnue-designer/src/uidrivers/wx/Base.py        2005-06-25 22:26:06 UTC 
(rev 7654)
+++ trunk/gnue-designer/src/uidrivers/wx/Base.py        2005-06-26 08:03:13 UTC 
(rev 7655)
@@ -196,7 +196,7 @@
     """
     wcstring = ""
     for extension, description in wildcards:
-      wcstring += "%s (*.%s)|*.%s|" % (description, extension, extension)
+      wcstring += "%s (*.%s)|*.%s" % (description, extension, extension)
 
     dlg = wxFileDialog(parentWindow or NULL, title,
                            defaultDir=os.getcwd(),





reply via email to

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