Rename shared_path -> resources_path.
[dcpomatic.git] / src / tools / dcpomatic_server.cc
index 696fec09ae1b37c73071b9707e204ac0f3a55f79..b51f29c15cd1fc6d31b2155f044499142e9b1ae5 100644 (file)
@@ -218,7 +218,7 @@ public:
 #ifdef DCPOMATIC_WINDOWS
                wxIcon icon (std_to_wx ("id"));
 #else
-               wxBitmap bitmap (wxString::Format (wxT ("%s/dcpomatic_small.png"), std_to_wx (shared_path().string())), wxBITMAP_TYPE_PNG);
+               wxBitmap bitmap (wxString::Format(wxT("%s/dcpomatic_small.png"), std_to_wx(resources_path().string())), wxBITMAP_TYPE_PNG);
                wxIcon icon;
                icon.CopyFromBitmap (bitmap);
 #endif