diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-17 21:15:04 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2021-12-17 21:28:23 +0100 |
| commit | b490ce3463e9008d03224feb44c8b365a8e21954 (patch) | |
| tree | 53065e0c5ba4fa19876ff44e3986d66d1b1feef6 /fluid/alignment_panel.h | |
| parent | 6efc997a02e3125290f9b0883a1a880b9e14bd4b (diff) | |
STR 3355: allow Unicode UTF-8 in source code
This includes changes in the UI in Project Settings.
Diffstat (limited to 'fluid/alignment_panel.h')
| -rw-r--r-- | fluid/alignment_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index 095ee487e..a7cc71102 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -44,6 +44,8 @@ extern void include_H_from_C_button_cb(Fl_Check_Button*, void*); extern Fl_Check_Button *include_H_from_C_button; extern void use_FL_COMMAND_button_cb(Fl_Check_Button*, void*); extern Fl_Check_Button *use_FL_COMMAND_button; +extern void utf8_in_src_cb(Fl_Check_Button*, void*); +extern Fl_Check_Button *utf8_in_src_button; #include <FL/Fl_Choice.H> extern void i18n_type_cb(Fl_Choice*, void*); extern Fl_Choice *i18n_type_chooser; |
