FirstTimeWizard -> AccountCreationWizard

This commit is contained in:
Yann Leboulanger 2005-11-03 09:27:45 +00:00
parent 66a7f4b07c
commit acd09eaba2
2 changed files with 2 additions and 2 deletions

View File

@ -2476,7 +2476,7 @@ _('Please be sure to fill out server and room fields or remove this bookmark.'))
field.set_text('')
self.autojoin_checkbutton.set_active(False)
class FirstTimeWizardWindow:
class AccountCreationWizardWindow:
def __init__(self):
self.xml = gtk.glade.XML(GTKGUI_GLADE, 'wizard_window', APP)
self.window = self.xml.get_widget('wizard_window')

View File

@ -2491,4 +2491,4 @@ _('If "%s" accepts this request you will know his status.') %jid)
if len(gajim.connections) == 0: # if we have no account
gajim.interface.windows['wizard_window'] = \
config.FirstTimeWizardWindow()
config.AccountCreationWizardWindow()