summaryrefslogtreecommitdiff
path: root/fluid/panels/about_panel.fl
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/panels/about_panel.fl')
-rw-r--r--fluid/panels/about_panel.fl6
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/panels/about_panel.fl b/fluid/panels/about_panel.fl
index 3b5d54b72..7e7feba5f 100644
--- a/fluid/panels/about_panel.fl
+++ b/fluid/panels/about_panel.fl
@@ -20,10 +20,10 @@ comment {//
} {in_source in_header
}
-decl {\#include <time.h>} {public global
+decl {\#include "Fluid.h"} {public global
}
-decl {void show_help(const char *name);} {public local
+decl {\#include <time.h>} {public global
}
Function {make_about_panel()} {open
@@ -60,7 +60,7 @@ Version x.x.x}
}
Fl_Button {} {
label {View License...}
- callback {show_help("license.html");}
+ callback {Fluid.show_help("license.html");}
xywh {115 145 123 25} labelcolor 136
}
Fl_Return_Button {} {