Change bitmap_path to take a full name with extension.
[dcpomatic.git] / src / wx / config_dialog.cc
index bae2050af881f04f2d6edc1f904438e16d84ccec..ddf565180697185a6076ceab11899c12ab949565 100644 (file)
@@ -1053,7 +1053,7 @@ LocationsPage::GetName () const
 wxBitmap
 LocationsPage::GetLargeIcon () const
 {
-       return wxBitmap(bitmap_path("locations"), wxBITMAP_TYPE_PNG);
+       return wxBitmap(bitmap_path("locations.png"), wxBITMAP_TYPE_PNG);
 }
 #endif