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:
51612cd
)
conf_wiz.py - updating version numbers in file, should really get these from a TAG...
author
Peter Secor
<secorp@allmydata.com>
Wed, 17 Sep 2008 00:45:47 +0000
(17:45 -0700)
committer
Peter Secor
<secorp@allmydata.com>
Wed, 17 Sep 2008 00:45:47 +0000
(17:45 -0700)
src/allmydata/gui/confwiz.py
patch
|
blob
|
history
diff --git
a/src/allmydata/gui/confwiz.py
b/src/allmydata/gui/confwiz.py
index e389b1aca19f85e43481a94f101e4e76d7467ef7..09894e5afb74bd67766b05c058fce2ac1e135c7a 100644
(file)
--- a/
src/allmydata/gui/confwiz.py
+++ b/
src/allmydata/gui/confwiz.py
@@
-1,5
+1,5
@@
-DEFAULT_SERVER_URL = 'https://
beta
.allmydata.com/'
+DEFAULT_SERVER_URL = 'https://
www
.allmydata.com/'
BACKEND = 'native_client.php'
ACCOUNT_PAGE = 'account'
@@
-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.
0
'
+ title = 'Setup - Allmydata 3.
1.2
'
wx.Frame.__init__(self, None, -1, title)
self.app = app
self.SetIcon(amdlogo.getIcon())