aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient')
-rw-r--r--examples/GuiClient/mainDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/mainDialog.cpp b/examples/GuiClient/mainDialog.cpp
index 364cf5ec..71c1310a 100644
--- a/examples/GuiClient/mainDialog.cpp
+++ b/examples/GuiClient/mainDialog.cpp
@@ -660,7 +660,7 @@ void mainDialog::action_addContact()
{
bool ok;
QString bareJid = QInputDialog::getText(this, "Add a jabber contact",
- "Contact ID:", QLineEdit::Normal, "manjeetd@gmail.com", &ok);
+ "Contact ID:", QLineEdit::Normal, "", &ok);
if(ok && !bareJid.isEmpty())
{