changed version format in changelog file
[wifi-assistant] / package / src / wifi_assistant / gui / about_dialog.py
index 0fce196..a62131c 100644 (file)
@@ -6,10 +6,11 @@ def _(str):
 
 class AboutDialog():
     
-    BUG_BUTTON = 1
-    DONATE_BUTTON = 2
-    CLOSE_BUTTON = 3
+    BUG_BUTTON = gtk.RESPONSE_YES
+    DONATE_BUTTON = gtk.RESPONSE_ACCEPT
+    CLOSE_BUTTON = gtk.RESPONSE_HELP
     
+    # this field is updated from the Makefile's compile target
     VERSION = "0.9.1"
     
     BUG_URL = 'http://wifi-assistant.garage.maemo.org/bugs/'