diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-04-19 14:30:47 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-04-19 14:30:59 +0200 |
| commit | 2eb5d175fd46dbfd567a440774c362e8d3c67a90 (patch) | |
| tree | 8a49009069c8489997f58bcff5ac049f3f652078 /fluid/fluid.cxx | |
| parent | 15d9a350bf715357dec12810dcfe51ba8defbd5d (diff) | |
FLUID: Create VisualStudio compatible long strings
Better labels on FLUDI image properties dialog
Better documentation on image compression
Diffstat (limited to 'fluid/fluid.cxx')
| -rw-r--r-- | fluid/fluid.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index fcc859ad2..01f9a93a1 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1504,8 +1504,8 @@ void show_help(const char *name) { // if we can not read the file, we display the canned version instead // or ask the native browser to open the page on www.fltk.org if (strcmp(name, "fluid.html")==0) { - if (!Fl_Shared_Image::find("embedded:/fluid-org.png")) - new Fl_PNG_Image("embedded:/fluid-org.png", fluid_org_png, sizeof(fluid_org_png)); + if (!Fl_Shared_Image::find("embedded:/fluid_flow_chart_800.png")) + new Fl_PNG_Image("embedded:/fluid_flow_chart_800.png", fluid_flow_chart_800_png, sizeof(fluid_flow_chart_800_png)); help_dialog->value ( "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n" @@ -1528,7 +1528,7 @@ void show_help(const char *name) { "call the FLUID functions. These <code>.cxx</code> files must <code>" "#include</code> the <code>.h</code> file or they can <code>#include</code> " "the <code>.cxx</code> file so it still appears to be a single source file.<p>" - "<img src=\"embedded:/fluid-org.png\"></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>" "</body></html>" |
