summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
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.h
parente983d424808894dc9b036c46cd61d8fa39487dfd (diff)
Use slightly better icons for macOS prefs in dark mode.
Diffstat (limited to 'src/wx/config_dialog.h')
-rw-r--r--src/wx/config_dialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h
index c767929f7..a258e1fe2 100644
--- a/src/wx/config_dialog.h
+++ b/src/wx/config_dialog.h
@@ -88,7 +88,7 @@ public:
#ifdef DCPOMATIC_OSX
wxBitmap GetLargeIcon () const override
{
- return wxBitmap(bitmap_path("general.png"), wxBITMAP_TYPE_PNG);
+ return wxBitmap(icon_path("general"), wxBITMAP_TYPE_PNG);
}
#endif
@@ -166,7 +166,7 @@ public:
#ifdef DCPOMATIC_OSX
wxBitmap GetLargeIcon () const override
{
- return wxBitmap(bitmap_path("keys.png"), wxBITMAP_TYPE_PNG);
+ return wxBitmap(icon_path("keys"), wxBITMAP_TYPE_PNG);
}
#endif
@@ -197,7 +197,7 @@ public:
#ifdef DCPOMATIC_OSX
wxBitmap GetLargeIcon () const override
{
- return wxBitmap(bitmap_path("sound.png"), wxBITMAP_TYPE_PNG);
+ return wxBitmap(icon_path("sound"), wxBITMAP_TYPE_PNG);
}
#endif