]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/hangman.py
fixed the width of the (week day as number) field, should be 1, not 2
[wxWidgets.git] / wxPython / demo / hangman.py
index 6d59a85d15e7f433b9a41a69e078775a1a7ed48e..eb591471a8a1895ce538a4f9ca8aa02625caea64 100644 (file)
@@ -294,7 +294,7 @@ class MyFrame(wxFrame):
         menu = wxMenu()
         #menu.Append(1010, "Internal", "Use internal dictionary", TRUE)
         menu.Append(1011, "ASCII File...")
-        urls = [ 'wxPython home', 'http://alldunn.com/wxPython/main.html',
+        urls = [ 'wxPython home', 'http://wxPython.org/',
                  'slashdot.org', 'http://slashdot.org/',
                  'cnn.com', 'http://cnn.com',
                  'The New York Times', 'http://www.nytimes.com',