Mercurial > libervia-backend
diff frontends/wix/main_window.py @ 204:b2e1a13ed596
misc minors fixed before release
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 20 Aug 2010 01:15:58 +0800 |
parents | 1438a1337732 |
children | 782319a64ac6 |
line wrap: on
line diff
--- a/frontends/wix/main_window.py Fri Aug 20 01:15:12 2010 +0800 +++ b/frontends/wix/main_window.py Fri Aug 20 01:15:58 2010 +0800 @@ -459,8 +459,8 @@ #TODO: a proper MUC room joining dialog with nickname etc dlg = wx.TextEntryDialog( self, _("Please enter MUC's JID"), - _('Entering a MUC room'), 'test@conference.necton2.int') - #_('Entering a MUC room'), _('room@muc_service.server.tld')) + #_('Entering a MUC room'), 'test@conference.necton2.int') + _('Entering a MUC room'), 'room@muc_service.server.tld') if dlg.ShowModal() == wx.ID_OK: room_jid=JID(dlg.GetValue()) if room_jid.is_valid():