summaryrefslogtreecommitdiff
path: root/test/demo.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2018-12-04 14:16:55 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2018-12-04 14:20:33 +0100
commit474d6e2393cf50ad46118c0b58b9ef396c5b3cce (patch)
tree5edfd2b9d4bdf5d680c95fcf1be4cd4189efbde2 /test/demo.cxx
parentb985b884f88d8b9c9b000dbfd564a220ceb7b7ed (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/demo.cxx')
-rw-r--r--test/demo.cxx6
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";