summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/configuredialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuredialog.cpp b/src/configuredialog.cpp
index 3533e75..4e06c95 100644
--- a/src/configuredialog.cpp
+++ b/src/configuredialog.cpp
@@ -735,7 +735,7 @@ void ConfigureDialog::setGeneralSettings() {
}
} else {
// disable tab
- tB_general->setItemLabel( 0, tB_scheme->itemLabel(0) + i18n(" - not supported"));
+ tB_general->setItemLabel( 0, tB_general->itemLabel(0) + i18n(" - not supported"));
tB_general->setItemEnabled( 0, false);
}