diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-07-07 15:20:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-07-20 10:25:54 +0200 |
| commit | 439b5d7a315daf2422cb6c995110d628a91d9389 (patch) | |
| tree | 994ce6e717758f355750e5540ad4965f66989a2b /src/wx/config_dialog.cc | |
| parent | 84f0cae91025bc9349beb979bb664a4d63e6499c (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.cc | 2 |
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 |
