summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-17 01:07:53 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-17 01:07:53 +0000
commitb90793b0bd6d5f02b85cc8de0f87f713e9ffce61 (patch)
treeb72c2bfe10d32a55252ae20fc0430e53171d3ca8
parent6d0652d1638effd4b6c7ca1cbcb1d89e65043352 (diff)
Fix icon path (I think).
-rw-r--r--src/tools/dcpomatic_server.cc2
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);