From d97836f5dd8f94e5e55c65ab21a9ddfa82b919cd Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 23 Dec 2019 14:33:24 +0100 Subject: macOS: fixed all demo programs that need to access resources MacOS uses bundles instead of executables. CMake creates those bundles in various locations, depending on the generator used (Xcode or Makefiles). I tried to fix all instances where demo apps did not find the resources they needed. This probably must be done for Linux and MSWindows as well. --- test/demo.menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/demo.menu') diff --git a/test/demo.menu b/test/demo.menu index 97e522a58..177fb1803 100644 --- a/test/demo.menu +++ b/test/demo.menu @@ -77,7 +77,7 @@ @o:Font Tests...:@of @of:Fonts:fonts @of:UTF-8:utf8 - @o:HelpDialog:help_dialog + @o:HelpDialog:help_dialog help_dialog.html @o:Input Choice:input_choice @o:Preferences:preferences @o:Threading:threads -- cgit v1.2.3