Correcting UFT vs. UTF character flip
This commit is contained in:
parent
b490ce3463
commit
6343148f9d
@ -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
|
||||
|
@ -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 {} {
|
||||
|
Loading…
Reference in New Issue
Block a user