]> git.saurik.com Git - wxWidgets.git/commitdiff
Checked wxConfig on Linux, added filename
authorRobin Dunn <robin@alldunn.com>
Wed, 3 Oct 2001 06:14:25 +0000 (06:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 3 Oct 2001 06:14:25 +0000 (06:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/tests/test6.py

index 07568e227e2179984a83a4f42ccc083e7e301f6c..4f325d8a70b4b4dee78b09627d0efc4b6c62dabb 100644 (file)
@@ -19,7 +19,7 @@ from wxPython.utils import wxConfig
 
 def main():
 
-    cfg = wxConfig('test6', 'TCS')
+    cfg = wxConfig('test6', 'TCS', ".testconfig")
 
     cmd = ''
     if len(sys.argv) > 1: