diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-05-26 23:05:51 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-05-26 23:05:51 +0200 |
| commit | 25d60944707815c32befc4b58711d8d96739d7cd (patch) | |
| tree | de678d260b29f862e501e30f5edffc16f43121f3 /src/wx | |
| parent | 83cee3ca22e158841eeebb347ebe22be9e53a5f1 (diff) | |
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/wx_util.cc | 2 |
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) { |
