X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Ftools%2Fdcpomatic_server.cc;h=fe70ec6f716dade9aaa3f19b4cce98baea2101e6;hp=6cf0a9609d518ddfb2970627abc216286e90607e;hb=439b5d7a315daf2422cb6c995110d628a91d9389;hpb=3c29aa6531a4046a8db72dcac81189eb8893233c 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;