]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
confwiz.py - removing hardcoded version number
authorPeter Secor <secorp@allmydata.com>
Wed, 3 Dec 2008 03:38:31 +0000 (20:38 -0700)
committerPeter Secor <secorp@allmydata.com>
Wed, 3 Dec 2008 03:38:31 +0000 (20:38 -0700)
src/allmydata/gui/confwiz.py

index 09894e5afb74bd67766b05c058fce2ac1e135c7a..ae48af11cd8fd5f1d4a9cdcdf5683772e6763042 100644 (file)
@@ -227,7 +227,7 @@ class ConfWizApp(wx.App):
 class WizardFrame(wx.Frame):
     def __init__(self, app, panel_class):
         #title = 'Allmydata Config Wizard'
-        title = 'Setup - Allmydata 3.1.2'
+        title = 'Setup - Allmydata'
         wx.Frame.__init__(self, None, -1, title)
         self.app = app
         self.SetIcon(amdlogo.getIcon())