aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/courtroom.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index 1e1fcd0f..bd9519c8 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -987,6 +987,9 @@ void Courtroom::set_widgets()
set_size_and_pos(ui_settings, "settings");
ui_settings->setText(tr("Settings"));
ui_settings->set_image("courtroom_settings");
+ if (ui_settings->icon().isNull()) {
+ ui_settings->set_image("settings"); // pre-2.10 filename
+ }
ui_settings->setToolTip(
tr("Allows you to change various aspects of the client."));