diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-10 15:43:12 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-03-10 15:43:12 +0100 |
| commit | 8838e976a0b87279e5a98e560ed3d6ef20dc9139 (patch) | |
| tree | a6419ba41d60dab4df2d2ec00b41c28640121c49 /fluid | |
| parent | f4f93fda159abf83937eece89ac574eff772a507 (diff) | |
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()'
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/app/fluid.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 <code>.cxx</code> file so it still appears to be a single source file.<p>" "<img src=\"embedded:/fluid_flow_chart_800.png\"></p>" "<p>More information is available online at <a href=" - "\"https://www.fltk.org/doc-1.4/fluid.html\">https://www.fltk.org/</a>" + "\"https://www.fltk.org/doc-1.5/fluid.html\">https://www.fltk.org/</a>" "</body></html>" ); } 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); |
