mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
confwiz.py - removing hardcoded version number
This commit is contained in:
parent
a2ce315074
commit
a8e515a8bb
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user