From: Carl Hetherington Date: Wed, 17 Jan 2018 01:07:53 +0000 (+0000) Subject: Fix icon path (I think). X-Git-Tag: v2.11.43~2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=b90793b0bd6d5f02b85cc8de0f87f713e9ffce61 Fix icon path (I think). --- diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc index ad990740e..2b22aca7d 100644 --- a/src/tools/dcpomatic_server.cc +++ b/src/tools/dcpomatic_server.cc @@ -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);