summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_server.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-07-07 15:20:03 +0200
committerCarl Hetherington <cth@carlh.net>2022-07-20 10:25:54 +0200
commit439b5d7a315daf2422cb6c995110d628a91d9389 (patch)
tree994ce6e717758f355750e5540ad4965f66989a2b /src/tools/dcpomatic_server.cc
parent84f0cae91025bc9349beb979bb664a4d63e6499c (diff)
Change bitmap_path to take a full name with extension.
Diffstat (limited to 'src/tools/dcpomatic_server.cc')
-rw-r--r--src/tools/dcpomatic_server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc
index 6cf0a9609..fe70ec6f7 100644
--- a/src/tools/dcpomatic_server.cc
+++ b/src/tools/dcpomatic_server.cc
@@ -243,7 +243,7 @@ public:
#else
string const colour = gui_is_dark() ? "white" : "black";
wxBitmap bitmap (
- bitmap_path(String::compose("dcpomatic_small_%1", colour)),
+ bitmap_path(String::compose("dcpomatic_small_%1.png", colour)),
wxBITMAP_TYPE_PNG
);
wxIcon icon;