From 474d6e2393cf50ad46118c0b58b9ef396c5b3cce Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 4 Dec 2018 14:16:55 +0100 Subject: Fix 'fluid.app' for case sensitive macOS file systems. Change 'Fluid.app' to 'fluid.app'. Also changed documentation and (https) links in modified files. --- test/demo.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') 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 @@ -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"; -- cgit v1.2.3