Make white/black versions of server icon.
[dcpomatic.git] / src / tools / dcpomatic_server.cc
index be0f05ea1f9f9ffc78d0e4f5ba1afdc6372b49e8..aec5ae90754a8e16ad5eaf5cc14f1ceb38ca5a7d 100644 (file)
@@ -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