Various bits related to subtitle font handling, particularly copying fonts to the...
[dcpomatic.git] / src / tools / dcpomatic_server.cc
index 9158a897ee4aa8a1fd5bd0d10f887c263a6abaa5..8107949f5a9a4950e5661c728bc57eec15c74970 100644 (file)
@@ -108,7 +108,7 @@ public:
 #endif
 #ifdef __WXGTK__
                wxInitAllImageHandlers();
-               wxBitmap bitmap (wxString::Format (wxT ("%s/taskbar_icon.png"), POSIX_ICON_PREFIX), wxBITMAP_TYPE_PNG);
+               wxBitmap bitmap (wxString::Format (wxT ("%s/taskbar_icon.png"), LINUX_SHARE_PREFIX), wxBITMAP_TYPE_PNG);
                wxIcon icon;
                icon.CopyFromBitmap (bitmap);
 #endif