diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-07-07 15:20:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-07-20 10:25:54 +0200 |
| commit | 439b5d7a315daf2422cb6c995110d628a91d9389 (patch) | |
| tree | 994ce6e717758f355750e5540ad4965f66989a2b /src/tools/dcpomatic_server.cc | |
| parent | 84f0cae91025bc9349beb979bb664a4d63e6499c (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.cc | 2 |
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; |
