aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/optw_generalopt.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2010-10-16 15:21:19 +0000
committerGravatar Fabio Bas2010-10-16 15:21:19 +0000
commitc64ecad0ee25cb739d236da0e29a988cd88bae94 (patch)
tree59ecc67574974a93883f7a1d58852627e2fd1a32 /src/modules/options/optw_generalopt.cpp
parent$str.printf: applied patch from #996 and fixed ?f and ?e format strings when ... (diff)
downloadKVIrc-c64ecad0ee25cb739d236da0e29a988cd88bae94.tar.gz
KVIrc-c64ecad0ee25cb739d236da0e29a988cd88bae94.tar.bz2
KVIrc-c64ecad0ee25cb739d236da0e29a988cd88bae94.zip
applied further patches for #996
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/optw_generalopt.cpp')
-rw-r--r--src/modules/options/optw_generalopt.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/options/optw_generalopt.cpp b/src/modules/options/optw_generalopt.cpp
index 40d0cb320..b5cd4998b 100644
--- a/src/modules/options/optw_generalopt.cpp
+++ b/src/modules/options/optw_generalopt.cpp
@@ -35,8 +35,7 @@ KviGeneralOptOptionsWidget::KviGeneralOptOptionsWidget(QWidget * parent)
setObjectName("generalopt_options_widget");
createLayout();
- QLabel * l;
- l = addLabel(0,0,4,0,__tr2qs_ctx("This section contains the general client options<br>"\
+ addLabel(0,0,4,0,__tr2qs_ctx("This section contains the general client options<br>"\
"<p>like<b> sound, mediafiles, URL handler </b> etc... " \
"</p>","options"));
addAdvancedButton(4,1,4,1);