Mercurial > libervia-backend
diff frontends/wix/main_window.py @ 120:1ca5f254ce41
primitivus group chat & misc
primitivus: new widget: SurroundedText (text with a character repeated around it)
primitivus: new decorator LabelLine (like lineBox, but with a label on the top line)
wix & primitivus & quick_app: group chat method move to quick_chat
wix: when new message, window is not raised anymore, but RequestUserAttention is called instead
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 08 Jul 2010 14:12:18 +0800 |
parents | ded2431cea5a |
children | fdb961f27ae9 |
line wrap: on
line diff
--- a/frontends/wix/main_window.py Mon Jul 05 19:13:36 2010 +0800 +++ b/frontends/wix/main_window.py Thu Jul 08 14:12:18 2010 +0800 @@ -442,7 +442,7 @@ #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'), 'test@conference.necton2.int') #_('Entering a MUC room'), _('room@muc_service.server.tld')) if dlg.ShowModal() == wx.ID_OK: room_jid=JID(dlg.GetValue())