summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index d9ce7f4a..c94d5781 100755
--- a/control-center
+++ b/control-center
@@ -1107,7 +1107,7 @@ sub about_mdk_cc() {
#-PO Add your E-Mail address here if you want to show it in the about doialog.
my $translator_email = N("_: EMAIL OF TRANSLATORS\nYour emails");
if ($translator_name ne "Your names" && 0) {
- $list->append_set(undef, [ 0 => $_->[0], 1 => $_->[1] ]) foreach [ '', '' ], [ N("Translator: "), $translator_name, $translator_email ];
+ $tree_model->append_set(undef, [ 0 => $_->[0], 1 => $_->[1] ]) foreach [ '', '' ], [ N("Translator: "), $translator_name, $translator_email ];
}
$list->get_selection->set_mode('none');