commit | 721c8b9c98de5225ca5301746f782c5841d03ec9 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jul 14 11:49:33 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jul 14 11:49:33 2013 -0700 |
tree | 2aa9ba6d281e9bf2cb9c23bad333c7b50918bb6d | |
parent | 69b0d204ee17872173be940b43401e524523a50c [diff] |
Changing name of the default chatroom to "clue"
diff --git a/chatdialog.cpp b/chatdialog.cpp index 6afd838..43d4860 100644 --- a/chatdialog.cpp +++ b/chatdialog.cpp
@@ -732,7 +732,7 @@ m_minimaniho = settings.value("minimaniho", false).toBool(); if (nick == "" || chatroom == "" || originPrefix == "") { m_user.setOriginPrefix(DEFAULT_LOCAL_PREFIX); - m_user.setChatroom("retreat2012"); + m_user.setChatroom("clue"); QTimer::singleShot(500, this, SLOT(buttonPressed())); return false; }