From dd8ac4d55755175ead0fa10a958a219d299948ae Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 15 Nov 2023 13:02:48 +0100 Subject: FLUID: Replaces Fl_Simple_Terminal with Fl_Terminal --- fluid/function_panel.fl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'fluid/function_panel.fl') diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 5734b225a..051ada0bc 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -670,7 +670,7 @@ else } Fl_Button {} { user_data {"Fl_Grid"} - callback type_make_cb selected + callback type_make_cb tooltip Grid xywh {139 71 24 24} box THIN_UP_BOX code0 {o->image(pixmap[ID_Grid]);} class Widget_Bin_Button @@ -838,10 +838,10 @@ else class Widget_Bin_Button } Fl_Button {} { - user_data {"Fl_Simple_Terminal"} - callback type_make_cb - tooltip {Simple Terminal} xywh {366 71 24 24} box THIN_UP_BOX - code0 {o->image(pixmap[ID_Simple_Terminal]);} + user_data {"Fl_Terminal"} + callback type_make_cb selected + tooltip Terminal xywh {366 71 24 24} box THIN_UP_BOX + code0 {o->image(pixmap[ID_Terminal]);} class Widget_Bin_Button } } -- cgit v1.2.3