diff options
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")); |