summaryrefslogtreecommitdiff
path: root/fluid/about_panel.fl
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/about_panel.fl')
-rw-r--r--fluid/about_panel.fl4
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}
}
}