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/Fl_Type.h | |
| parent | dd1c2fc843c4365628a6190fbebdae2ee92b2422 (diff) | |
FLUID: Replaces Fl_Simple_Terminal with Fl_Terminal
Diffstat (limited to 'fluid/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 7d65f6018..d96f4db99 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -54,7 +54,7 @@ enum ID { ID_Dial, ID_Roller, ID_Value_Input, ID_Value_Output, // text ID_Input, ID_Output, ID_Text_Editor, - ID_Text_Display, ID_File_Input, ID_Simple_Terminal, + ID_Text_Display, ID_File_Input, ID_Terminal, // menus ID_Menu_Bar, ID_Menu_Button, ID_Choice, ID_Input_Choice, ID_Submenu, ID_Menu_Item, |
