X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fconfig_dialog.cc;h=1bd5036e71c6aef2fd30a55af10713645928f75c;hb=6693132ed6fb863fdff496f42028d25f55eb8bc4;hp=c018a1251ce8c9edb1af4c21b8a199a9f0d57da7;hpb=0a689279d0e627ae507e36e5de26d3cf629c8070;p=dcpomatic.git diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index c018a1251..1bd5036e7 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -1081,7 +1081,7 @@ LocationsPage::GetName () const wxBitmap LocationsPage::GetLargeIcon () const { - return wxBitmap ("locations", wxBITMAP_TYPE_PNG_RESOURCE); + return wxBitmap(bitmap_path("locations"), wxBITMAP_TYPE_PNG); } #endif