to the SF download page, but make it a module attr so the app can
change it if it's really needed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30152
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#----------------------------------------------------------------------
+UPDATE_URL = "http://wxPython.org/"
+#UPDATE_URL = "http://sourceforge.net/project/showfiles.php?group_id=10718"
+
def ensureMinimal(minVersion):
"""
% (minVersion, versions),
"wxPython Upgrade Needed", style=wx.YES_NO)
if result == wx.YES:
- webbrowser.open("http://sourceforge.net/project/showfiles.php?group_id=10718")
+ webbrowser.open(UPDATE_URL)
app.MainLoop()
sys.exit()