summaryrefslogtreecommitdiff
path: root/fluid/about_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2024-04-19 14:30:47 +0200
committerMatthias Melcher <github@matthiasm.com>2024-04-19 14:30:59 +0200
commit2eb5d175fd46dbfd567a440774c362e8d3c67a90 (patch)
tree8a49009069c8489997f58bcff5ac049f3f652078 /fluid/about_panel.fl
parent15d9a350bf715357dec12810dcfe51ba8defbd5d (diff)
FLUID: Create VisualStudio compatible long strings
Better labels on FLUDI image properties dialog Better documentation on image compression
Diffstat (limited to 'fluid/about_panel.fl')
-rw-r--r--fluid/about_panel.fl6
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl
index c39d839c2..38ca21db4 100644
--- a/fluid/about_panel.fl
+++ b/fluid/about_panel.fl
@@ -35,7 +35,7 @@ if (!cbuf[0]) {
sprintf(cbuf, "Copyright © 1998 - %d\\nby Bill Spitzak and others", lt->tm_year+1900);
}} {}
Fl_Window about_panel {
- label {About FLUID} open selected
+ label {About FLUID} open
xywh {449 217 345 180} type Double color 50 selection_color 47 hotspot
code0 {\#include "../src/flstring.h"} non_modal visible
} {
@@ -71,6 +71,6 @@ Version x.x.x}
}
}
-data fluid_org_png {
- comment {Embedded image for internal fluid.html web page.} public local filename {../documentation/src/fluid-org.png}
+data fluid_flow_chart_800_png {
+ comment {Embedded image for internal fluid.html web page.} selected public local filename {documentation/src/fluid_flow_chart_800.png}
}