From cf1efb3fddae68b3093f81a934794872e29553d7 Mon Sep 17 00:00:00 2001 From: un1versal Date: Sun, 24 Apr 2016 03:03:56 +0100 Subject: OptionsWidget_irc: cleanup removal of obsolete option after ed7821f4 --- src/modules/options/OptionsWidget_irc.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/modules/options/OptionsWidget_irc.cpp') 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); } -- cgit v1.3.1-10-gc9f91