diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-11 02:15:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-11 02:15:50 +0300 |
commit | 8fa20d9e2aa173d4ed9632da7e707c69ce2841aa (patch) | |
tree | 009bae2a2cc8f9ca4f30401446424739a2ddbfc6 /src/gui/setup_other.cpp | |
parent | 793ef9a791108d4940fca7f4158dbd4cacee96f2 (diff) | |
download | plus-8fa20d9e2aa173d4ed9632da7e707c69ce2841aa.tar.gz plus-8fa20d9e2aa173d4ed9632da7e707c69ce2841aa.tar.bz2 plus-8fa20d9e2aa173d4ed9632da7e707c69ce2841aa.tar.xz plus-8fa20d9e2aa173d4ed9632da7e707c69ce2841aa.zip |
Remove useless brackets.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r-- | src/gui/setup_other.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index c974a3aa5..0d6dc92ff 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -33,8 +33,8 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : SetupTabScroll(widget), - mProxyTypeList(new SetupItemNames()), - mShortcutsList(new SetupItemNames()) + mProxyTypeList(new SetupItemNames), + mShortcutsList(new SetupItemNames) { setName(_("Misc")); |