summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-05-26 23:05:51 +0200
committerCarl Hetherington <cth@carlh.net>2026-05-26 23:05:51 +0200
commit25d60944707815c32befc4b58711d8d96739d7cd (patch)
treede678d260b29f862e501e30f5edffc16f43121f3 /src/wx
parent83cee3ca22e158841eeebb347ebe22be9e53a5f1 (diff)
Use --developer to find bitmaps from the source tree instead of --enable-debug.HEADmain
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/wx_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc
index 8e86a5408..9526b234c 100644
--- a/src/wx/wx_util.cc
+++ b/src/wx/wx_util.cc
@@ -627,7 +627,7 @@ bitmap_path(string name)
{
boost::filesystem::path base;
-#ifdef DCPOMATIC_DEBUG
+#ifdef DCPOMATIC_DEVELOPER
/* Hack to allow Linux and OS X to find icons when running from the source tree */
char* path = getenv("DCPOMATIC_GRAPHICS");
if (path) {