Rename shared_path -> resources_path.
[dcpomatic.git] / src / tools / swaroop_dcpomatic_playlist.cc
index 73fcbf8021357a68f0480e0f74b6d53273e65514..a15a7c6bdeb85ec4b7c0d225fbd91712114a99a2 100644 (file)
@@ -115,9 +115,9 @@ public:
                tick_icon.LoadFile ("tick.png", wxBITMAP_TYPE_PNG_RESOURCE);
                no_tick_icon.LoadFile ("no_tick.png", wxBITMAP_TYPE_PNG_RESOURCE);
 #else
-               boost::filesystem::path tick_path = shared_path() / "tick.png";
+               boost::filesystem::path tick_path = resources_path() / "tick.png";
                tick_icon.LoadFile (std_to_wx(tick_path.string()));
-               boost::filesystem::path no_tick_path = shared_path() / "no_tick.png";
+               boost::filesystem::path no_tick_path = resources_path() / "no_tick.png";
                no_tick_icon.LoadFile (std_to_wx(no_tick_path.string()));
 #endif
                images->Add (tick_icon);