diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-13 18:02:27 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2021-12-13 18:17:07 +0100 |
| commit | 08c69a548ce78be6a7cd4e227a8d20e6bb1de070 (patch) | |
| tree | 8763cf21e0b7511a63b9f8c6ad5ecd197e48b504 /fluid/about_panel.fl | |
| parent | 160832ce04f932fbb3df199aa01d1c93148bb292 (diff) | |
STR 3442: changed .cxx file, but not .fl
Diffstat (limited to 'fluid/about_panel.fl')
| -rw-r--r-- | fluid/about_panel.fl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index 6c5fd3d9e..da76c82c8 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -61,12 +61,12 @@ Version x.x.x} } Fl_Button {} { label {View License...} - callback {show_help("license.html");} + callback {show_help("license.html");} selected xywh {115 145 123 25} labelcolor 136 } Fl_Return_Button {} { label Close - callback {((Fl_Window*)(o->parent()))->hide();} selected + callback {((Fl_Window*)(o->parent()))->hide();} xywh {250 145 83 25} } } |
