diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-12-04 14:16:55 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-12-04 14:20:33 +0100 |
| commit | 474d6e2393cf50ad46118c0b58b9ef396c5b3cce (patch) | |
| tree | 5edfd2b9d4bdf5d680c95fcf1be4cd4189efbde2 /test | |
| parent | b985b884f88d8b9c9b000dbfd564a220ceb7b7ed (diff) | |
Fix 'fluid.app' for case sensitive macOS file systems.
Change 'Fluid.app' to 'fluid.app'.
Also changed documentation and (https) links in modified files.
Diffstat (limited to 'test')
| -rw-r--r-- | test/demo.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/demo.cxx b/test/demo.cxx index e6497aa73..4736b941e 100644 --- a/test/demo.cxx +++ b/test/demo.cxx @@ -9,11 +9,11 @@ // the file "COPYING" which should have been included with this file. If this // file is missing or damaged, see the license at: // -// http://www.fltk.org/COPYING.php +// https://www.fltk.org/COPYING.php // // Please report all bugs and problems on the following page: // -// http://www.fltk.org/str.php +// https://www.fltk.org/str.php // #include <stdio.h> @@ -326,7 +326,7 @@ void dobut(Fl_Widget *, long arg) { *arg = 0; #if defined USING_XCODE fl_filename_absolute(path, 2048, "../../../../test/"); - fluidpath = "Fluid.app"; + fluidpath = "fluid.app"; #else strcpy(path, app_path); strcat(path, "/"); fluidpath = "../fluid/fluid.app"; |
