Fix icon path (I think).
[dcpomatic.git] / src / tools / dcpomatic_server.cc
index ad990740eb792718ad6e78388693e86b44c42bac..2b22aca7d8d8d077fa03dce8956712d5a4dd5c1b 100644 (file)
@@ -210,7 +210,7 @@ public:
 #else
                wxInitAllImageHandlers();
 #ifdef DCPOMATIC_LINUX
-               wxBitmap bitmap (wxString::Format (wxT ("%s/dcpomatic2.png"), std_to_wx (shared_path().string())), wxBITMAP_TYPE_PNG);
+               wxBitmap bitmap (wxString::Format (wxT ("%s/dcpomatic2_server_small.png"), std_to_wx (shared_path().string())), wxBITMAP_TYPE_PNG);
 #endif
 #ifdef DCPOMATIC_OSX
                wxBitmap bitmap (wxString::Format (wxT ("%s/dcpomatic_small.png"), std_to_wx (shared_path().string())), wxBITMAP_TYPE_PNG);