summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-07-07 15:20:03 +0200
committerCarl Hetherington <cth@carlh.net>2022-07-20 10:25:54 +0200
commit439b5d7a315daf2422cb6c995110d628a91d9389 (patch)
tree994ce6e717758f355750e5540ad4965f66989a2b /src/wx/config_dialog.cc
parent84f0cae91025bc9349beb979bb664a4d63e6499c (diff)
Change bitmap_path to take a full name with extension.
Diffstat (limited to 'src/wx/config_dialog.cc')
-rw-r--r--src/wx/config_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc
index bae2050af..ddf565180 100644
--- a/src/wx/config_dialog.cc
+++ b/src/wx/config_dialog.cc
@@ -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