diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-15 13:02:48 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-15 13:02:48 +0100 |
| commit | dd8ac4d55755175ead0fa10a958a219d299948ae (patch) | |
| tree | c47a8844b416f9929b9e480a94df043ea4cdb296 /fluid/function_panel.cxx | |
| parent | dd1c2fc843c4365628a6190fbebdae2ee92b2422 (diff) | |
FLUID: Replaces Fl_Simple_Terminal with Fl_Terminal
Diffstat (limited to 'fluid/function_panel.cxx')
| -rw-r--r-- | fluid/function_panel.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index 0c0725767..d79acec30 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -1222,7 +1222,7 @@ Fl_Window* make_widgetbin() { o->image(pixmap[ID_File_Input]); } // Widget_Bin_Button* o { Widget_Bin_Button* o = new Widget_Bin_Button(366, 71, 24, 24); - o->tooltip("Simple Terminal"); + o->tooltip("Terminal"); o->box(FL_THIN_UP_BOX); o->color(FL_BACKGROUND_COLOR); o->selection_color(FL_BACKGROUND_COLOR); @@ -1230,10 +1230,10 @@ Fl_Window* make_widgetbin() { o->labelfont(0); o->labelsize(14); o->labelcolor(FL_FOREGROUND_COLOR); - o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Simple_Terminal")); + o->callback((Fl_Callback*)type_make_cb, (void*)("Fl_Terminal")); o->align(Fl_Align(FL_ALIGN_CENTER)); o->when(FL_WHEN_RELEASE); - o->image(pixmap[ID_Simple_Terminal]); + o->image(pixmap[ID_Terminal]); } // Widget_Bin_Button* o o->end(); } // Fl_Group* o |
