diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 2 | ||||
| -rw-r--r-- | FL/fl_ask.H | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -52,7 +52,7 @@ struct Fl_Label; class Fl_Screen_Driver; class Fl_System_Driver; -// Pointers you can use to change FLTK to a foreign language. +// Pointers you can use to change FLTK to another language. // Note: Similar pointers are defined in FL/fl_ask.H and src/fl_ask.cxx extern FL_EXPORT const char* fl_local_alt; ///< string pointer used in shortcuts, you can change it to another language diff --git a/FL/fl_ask.H b/FL/fl_ask.H index ad1b7b236..63fe87435 100644 --- a/FL/fl_ask.H +++ b/FL/fl_ask.H @@ -69,7 +69,7 @@ FL_EXPORT int fl_message_hotspot(void); FL_EXPORT void fl_message_title(const char *title); FL_EXPORT void fl_message_title_default(const char *title); -// pointers you can use to change FLTK to a foreign language: +// pointers you can use to change FLTK to another language: extern FL_EXPORT const char* fl_no; extern FL_EXPORT const char* fl_yes; extern FL_EXPORT const char* fl_ok; |
