confwiz.py - removing hardcoded version number

This commit is contained in:
Peter Secor 2008-12-02 20:38:31 -07:00
parent a2ce315074
commit a8e515a8bb

View 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())