dabo Commit
Revision 5639
Date: 2010-02-03 18:37:14 -0800 (Wed, 03 Feb 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5639

Changed:
U   trunk/dabo/ui/uiwx/dEditor.py

Log:
Changed the order of extensions when opening a file.


Diff:
Modified: trunk/dabo/ui/uiwx/dEditor.py
===================================================================
--- trunk/dabo/ui/uiwx/dEditor.py       2010-02-04 02:35:04 UTC (rev 5638)
+++ trunk/dabo/ui/uiwx/dEditor.py       2010-02-04 02:37:14 UTC (rev 5639)
@@ -1385,7 +1385,7 @@
                        func = dabo.ui.getSaveAs
                else:
                        func = dabo.ui.getFile
-               fname = func("py", "cdxml", "cnxml", "mnxml", "rfxml", "*", 
message=prompt, defaultPath=drct)
+               fname = func("py", "txt", "cdxml", "cnxml", "mnxml", "rfxml", 
"*", message=prompt, defaultPath=drct)
                return fname
        
                



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to