diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-14 13:09:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-14 13:09:04 +0200 |
| commit | e3c78ffdb5e562841e86e6f59a20494159c44de7 (patch) | |
| tree | 81a4384eafabbd84975ccbb733c944cb6205cb46 /src/tools/dcpomatic_server.cc | |
| parent | 4c804a0d92ebd03b70bfc7f736fcaf5f77cb3bb7 (diff) | |
Rename shared_path -> resources_path.
Diffstat (limited to 'src/tools/dcpomatic_server.cc')
| -rw-r--r-- | src/tools/dcpomatic_server.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc index 696fec09a..b51f29c15 100644 --- a/src/tools/dcpomatic_server.cc +++ b/src/tools/dcpomatic_server.cc @@ -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 |
