diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-18 14:38:12 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2021-12-18 14:44:41 +0100 |
| commit | 6343148f9d9522ba65b1a82091421c961e2f0593 (patch) | |
| tree | edd818aac08179bf8bb9a1f227332a0f859d0596 /fluid | |
| parent | b490ce3463e9008d03224feb44c8b365a8e21954 (diff) | |
Correcting UFT vs. UTF character flip
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/alignment_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/alignment_panel.fl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx index 112ad993b..532cf10e0 100644 --- a/fluid/alignment_panel.cxx +++ b/fluid/alignment_panel.cxx @@ -96,7 +96,7 @@ Fl_Double_Window* make_project_window() { { utf8_in_src_button = new Fl_Check_Button(117, 199, 272, 20, "allow Unicode UTF-8 in source code"); utf8_in_src_button->tooltip("For older compilers, characters outside of the printable ASCII range are esca\ ped using octal notation `\\0123`. If this option is checked, Fluid will write\ - UFT-8 characters unchanged."); + UTF-8 characters unchanged."); utf8_in_src_button->down_box(FL_DOWN_BOX); utf8_in_src_button->callback((Fl_Callback*)utf8_in_src_cb); } // Fl_Check_Button* utf8_in_src_button diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 780470446..0bce36880 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -100,7 +100,7 @@ set_modflag(-1, -1);} Fl_Check_Button utf8_in_src_button { label {allow Unicode UTF-8 in source code} callback utf8_in_src_cb selected - tooltip {For older compilers, characters outside of the printable ASCII range are escaped using octal notation `\\0123`. If this option is checked, Fluid will write UFT-8 characters unchanged.} xywh {117 199 272 20} down_box DOWN_BOX + tooltip {For older compilers, characters outside of the printable ASCII range are escaped using octal notation `\\0123`. If this option is checked, Fluid will write UTF-8 characters unchanged.} xywh {117 199 272 20} down_box DOWN_BOX } } Fl_Group {} { |
