Use slightly better icons for macOS prefs in dark mode.
[dcpomatic.git] / src / wx / config_dialog.cc
index 7148fd173dccbf066bea9f2ac22e85d76ec97130..07ab2d8aab9321aa073d04ecff49c528a1b57f75 100644 (file)
@@ -1054,7 +1054,7 @@ LocationsPage::GetName () const
 wxBitmap
 LocationsPage::GetLargeIcon () const
 {
-       return wxBitmap(bitmap_path("locations.png"), wxBITMAP_TYPE_PNG);
+       return wxBitmap(icon_path("locations"), wxBITMAP_TYPE_PNG);
 }
 #endif