aboutsummaryrefslogtreecommitdiff
path: root/src/charselect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/charselect.cpp')
-rw-r--r--src/charselect.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/charselect.cpp b/src/charselect.cpp
index 1091a7a4..33cc5176 100644
--- a/src/charselect.cpp
+++ b/src/charselect.cpp
@@ -62,6 +62,9 @@ void Courtroom::construct_char_select()
SLOT(on_char_passworded_clicked()));
connect(ui_char_taken, SIGNAL(stateChanged(int)), this,
SLOT(on_char_taken_clicked()));
+
+ truncate_label_text(ui_char_taken, "char_taken");
+ truncate_label_text(ui_char_passworded, "char_passworded");
}
void Courtroom::set_char_select()