X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Ftools%2Fdcpomatic_server.cc;fp=src%2Ftools%2Fdcpomatic_server.cc;h=aec5ae90754a8e16ad5eaf5cc14f1ceb38ca5a7d;hb=b7aa70911ed89511c2dc8b430e3c348a43b9c020;hp=be0f05ea1f9f9ffc78d0e4f5ba1afdc6372b49e8;hpb=90846ade9558e460b68324478e81b5f8e87d8a4c;p=dcpomatic.git diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc index be0f05ea1..aec5ae907 100644 --- a/src/tools/dcpomatic_server.cc +++ b/src/tools/dcpomatic_server.cc @@ -217,7 +217,7 @@ public: #ifdef DCPOMATIC_WINDOWS wxIcon icon (std_to_wx ("id")); #else - wxBitmap bitmap (bitmap_path("dcpomatic_small"), wxBITMAP_TYPE_PNG); + wxBitmap bitmap (bitmap_path("dcpomatic_small_black"), wxBITMAP_TYPE_PNG); wxIcon icon; icon.CopyFromBitmap (bitmap); #endif