summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_server.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-01-16 21:15:09 +0000
committerCarl Hetherington <cth@carlh.net>2017-01-20 15:04:35 +0000
commit9e14cd0b1ff1d30f027fbd1351bd2a94b7e119d9 (patch)
treeec064765f7f786d4c3d703441582e9c905701f89 /src/tools/dcpomatic_server.cc
parent125377b86f3b2e7f47c1e884b833a39ea27ae519 (diff)
Incorporate new icon by Julian van Mil for main DCP-o-matic.
Diffstat (limited to 'src/tools/dcpomatic_server.cc')
-rw-r--r--src/tools/dcpomatic_server.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc
index cd09aebf8..aff98912f 100644
--- a/src/tools/dcpomatic_server.cc
+++ b/src/tools/dcpomatic_server.cc
@@ -205,10 +205,10 @@ public:
: _status (0)
{
#ifdef DCPOMATIC_WINDOWS
- wxIcon icon (std_to_wx ("taskbar_icon"));
+ wxIcon icon (std_to_wx ("id"));
#else
wxInitAllImageHandlers();
- wxBitmap bitmap (wxString::Format (wxT ("%s/dcpomatic2_server_small.png"), std_to_wx (shared_path().string())), wxBITMAP_TYPE_PNG);
+ wxBitmap bitmap (wxString::Format (wxT ("%s/dcpomatic2.png"), std_to_wx (shared_path().string())), wxBITMAP_TYPE_PNG);
wxIcon icon;
icon.CopyFromBitmap (bitmap);
#endif