From f41c1f2868ee7d318b29e4c076db45a8b0346b3d Mon Sep 17 00:00:00 2001 From: un1versal Date: Thu, 11 Feb 2016 04:33:11 +0000 Subject: QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try to improve entries + add window title to find and replace dialog --- src/modules/channelsjoin/ChannelsJoinDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/channelsjoin/ChannelsJoinDialog.cpp') diff --git a/src/modules/channelsjoin/ChannelsJoinDialog.cpp b/src/modules/channelsjoin/ChannelsJoinDialog.cpp index bf5cd2ec5..c18e4aa1e 100644 --- a/src/modules/channelsjoin/ChannelsJoinDialog.cpp +++ b/src/modules/channelsjoin/ChannelsJoinDialog.cpp @@ -60,7 +60,7 @@ ChannelsJoinDialog::ChannelsJoinDialog(const char * name) : QDialog(g_pMainWindow) { setObjectName(name); - setWindowTitle(__tr2qs("Join Channels")); + setWindowTitle(__tr2qs("Join Channels - KVIrc")); setWindowIcon(*(g_pIconManager->getSmallIcon(KviIconManager::Channel))); m_pConsole = 0; -- cgit v1.3.1-10-gc9f91