diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-17 01:07:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-17 01:07:53 +0000 |
| commit | b90793b0bd6d5f02b85cc8de0f87f713e9ffce61 (patch) | |
| tree | b72c2bfe10d32a55252ae20fc0430e53171d3ca8 | |
| parent | 6d0652d1638effd4b6c7ca1cbcb1d89e65043352 (diff) | |
Fix icon path (I think).
| -rw-r--r-- | src/tools/dcpomatic_server.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
