summaryrefslogtreecommitdiff
blob: f4e2cf295b82828aa5aaed18bda52b9d7c0ebc78 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Boa.py	2005-03-17 15:11:20.000000000 -0800
+++ b/Boa.py	2005-05-21 22:20:49.481095384 -0700
@@ -201,7 +201,7 @@
 try:
     # See if there is a multi-version install of wxPython
     import wxversion
-    wxversion.select('2.5')
+    wxversion.select('2.6')
 except ImportError:
     # Otherwise assume a normal 2.4 install, if it isn't 2.4 it will
     # be caught below