diff frontends/wix/main_window.py @ 38:3e24753b9e0b

Fixed parameters loading/saving - removed unused "parent" argument in importParams - changed "ext" for "tld" in wix jid example
author Goffi <goffi@goffi.org>
date Thu, 17 Dec 2009 13:13:13 +1100
parents 6491b7956c80
children 874de3020e1c
line wrap: on
line diff
--- a/frontends/wix/main_window.py	Tue Dec 15 01:27:32 2009 +1100
+++ b/frontends/wix/main_window.py	Thu Dec 17 13:13:13 2009 +1100
@@ -404,7 +404,7 @@
         debug("Add contact request")
         dlg = wx.TextEntryDialog(
                 self, 'Please enter new contact JID',
-                'Adding a contact', 'name@server.ext')
+                'Adding a contact', 'name@server.tld')
 
         if dlg.ShowModal() == wx.ID_OK:
             jid=JID(dlg.GetValue())