From: Peter Secor <secorp@allmydata.com>
Date: Wed, 3 Dec 2008 03:38:31 +0000 (-0700)
Subject: confwiz.py - removing hardcoded version number
X-Git-Url: https://git.rkrishnan.org/%5B/index.php?a=commitdiff_plain;h=a8e515a8bb3e38970b850b3a4a7f970f1baaa763;p=tahoe-lafs%2Ftahoe-lafs.git

confwiz.py - removing hardcoded version number
---

diff --git a/src/allmydata/gui/confwiz.py b/src/allmydata/gui/confwiz.py
index 09894e5a..ae48af11 100644
--- 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())