projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2ce315
)
confwiz.py - removing hardcoded version number
author
Peter Secor
<secorp@allmydata.com>
Wed, 3 Dec 2008 03:38:31 +0000
(20:38 -0700)
committer
Peter Secor
<secorp@allmydata.com>
Wed, 3 Dec 2008 03:38:31 +0000
(20:38 -0700)
src/allmydata/gui/confwiz.py
patch
|
blob
|
history
diff --git
a/src/allmydata/gui/confwiz.py
b/src/allmydata/gui/confwiz.py
index 09894e5afb74bd67766b05c058fce2ac1e135c7a..ae48af11cd8fd5f1d4a9cdcdf5683772e6763042 100644
(file)
--- a/
src/allmydata/gui/confwiz.py
+++ b/
src/allmydata/gui/confwiz.py
@@
-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())