From 8838e976a0b87279e5a98e560ed3d6ef20dc9139 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 10 Mar 2025 15:43:12 +0100 Subject: More (mostly) documentation updates for FLTK 1.5.0 All files: remove autoconf/configure related stuff, update links. - README.txt: describe prerequisites, provide generic instructions on how to use CMake to build FLTK - test/demo.cxx: remove code used for configure/make build - test/CMakeLists.txt: remove obsolete 'target_compile_definitions()' --- fluid/app/fluid.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fluid') diff --git a/fluid/app/fluid.cxx b/fluid/app/fluid.cxx index efccc5a86..b553b52a5 100644 --- a/fluid/app/fluid.cxx +++ b/fluid/app/fluid.cxx @@ -1379,14 +1379,14 @@ void show_help(const char *name) { "the .cxx file so it still appears to be a single source file.

" "

" "

More information is available online at https://www.fltk.org/" + "\"https://www.fltk.org/doc-1.5/fluid.html\">https://www.fltk.org/" "" ); } else if (strcmp(name, "license.html")==0) { - fl_open_uri("https://www.fltk.org/doc-1.4/license.html"); + fl_open_uri("https://www.fltk.org/doc-1.5/license.html"); return; } else if (strcmp(name, "index.html")==0) { - fl_open_uri("https://www.fltk.org/doc-1.4/index.html"); + fl_open_uri("https://www.fltk.org/doc-1.5/index.html"); return; } else { snprintf(helpname, sizeof(helpname), "https://www.fltk.org/%s", name); -- cgit v1.2.3