aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar un1versal2016-04-24 03:03:56 +0100
committerGravatar un1versal2016-04-24 03:03:56 +0100
commitcf1efb3fddae68b3093f81a934794872e29553d7 (patch)
tree80f37351fbe380f1e1b46312d4a83bdfd2a3778f
parentRemove unused option (diff)
downloadKVIrc-cf1efb3fddae68b3093f81a934794872e29553d7.tar.gz
KVIrc-cf1efb3fddae68b3093f81a934794872e29553d7.tar.bz2
KVIrc-cf1efb3fddae68b3093f81a934794872e29553d7.zip
OptionsWidget_irc: cleanup removal of obsolete option after ed7821f4
-rw-r--r--src/modules/options/OptionsWidget_irc.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/options/OptionsWidget_irc.cpp b/src/modules/options/OptionsWidget_irc.cpp
index d407753dd..07e7a0976 100644
--- a/src/modules/options/OptionsWidget_irc.cpp
+++ b/src/modules/options/OptionsWidget_irc.cpp
@@ -46,13 +46,8 @@ OptionsWidget_ircGeneral::OptionsWidget_ircGeneral(QWidget * parent)
{
setObjectName("irc_options_widget");
createLayout();
- //KviBoolSelector *b = addBoolSelector(0,0,0,0,__tr2qs_ctx("Minimize console after successful login","options"),KviOption_boolMinimizeConsoleAfterConnect);
-
- //mergeTip(b,__tr2qs_ctx("This option will cause KVIrc to minimize the console window after successfully logging into a server.","options"));
-
KviBoolSelector * b = addBoolSelector(0,1,0,1,__tr2qs_ctx("Show network name in console window list entry","options"),KviOption_boolShowNetworkNameForConsoleWindowListEntry);
mergeTip(b,__tr2qs_ctx("This option will cause KVIrc to show the network name as the console window list entry instead of the server name. This is nice to keep on unless your servers are not organized in networks or you often connect to two servers of the same network.","options"));
-
addRowSpacer(0,2,0,2);
}