diff options
| author | in1tiate <radwoodward@vikings.grayson.edu> | 2021-01-09 15:13:19 -0600 |
|---|---|---|
| committer | in1tiate <radwoodward@vikings.grayson.edu> | 2021-01-09 15:13:19 -0600 |
| commit | 3a207dccf0f20f344676ef00ed72c5e268d8c0c4 (patch) | |
| tree | 9169db4f01fb07dcf4f395db13c81e967e3410d1 /src/charselect.cpp | |
| parent | ee8c6e3df7eaf7317ff241cd6821c61b1eb0c52a (diff) | |
i barely had to modify this
Diffstat (limited to 'src/charselect.cpp')
| -rw-r--r-- | src/charselect.cpp | 3 |
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() |
