FLTK logo

[master] 6343148 - Correcting UFT vs. UTF character flip

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 6343148 - Correcting UFT vs. UTF character flip "Matthias Melcher" Dec 18, 2021  
 
commit 6343148f9d9522ba65b1a82091421c961e2f0593
Author:     Matthias Melcher <git@matthiasm.com>
AuthorDate: Sat Dec 18 14:38:12 2021 +0100
Commit:     Matthias Melcher <github@matthiasm.com>
CommitDate: Sat Dec 18 14:44:41 2021 +0100

    Correcting UFT vs. UTF character flip

 fluid/alignment_panel.cxx | 2 +-
 fluid/alignment_panel.fl  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git fluid/alignment_panel.cxx fluid/alignment_panel.cxx
index 112ad99..532cf10 100644
--- fluid/alignment_panel.cxx
+++ 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 fluid/alignment_panel.fl fluid/alignment_panel.fl
index 7804704..0bce368 100644
--- fluid/alignment_panel.fl
+++ 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 {} {
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.