summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-16 22:21:34 +0200
committerCarl Hetherington <cth@carlh.net>2022-10-18 20:37:00 +0200
commitfecfda4c913da3f60ab4329d1f4f412bc27d19a7 (patch)
treedbf98f66d23dd6677e487e4efdbdad8d7650923e /src/wx/config_dialog.cc
parente983d424808894dc9b036c46cd61d8fa39487dfd (diff)
Use slightly better icons for macOS prefs in dark mode.
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 7148fd173..07ab2d8aa 100644
--- a/src/wx/config_dialog.cc
+++ b/src/wx/config_dialog.cc
@@ -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