diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/Posix/Fl_Posix_System_Driver.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/drivers/Posix/Fl_Posix_System_Driver.cxx b/src/drivers/Posix/Fl_Posix_System_Driver.cxx index 763dca752..886397b35 100644 --- a/src/drivers/Posix/Fl_Posix_System_Driver.cxx +++ b/src/drivers/Posix/Fl_Posix_System_Driver.cxx @@ -22,10 +22,10 @@ // Pointers you can use to change FLTK to a foreign language. // Note: Similar pointers are defined in FL/fl_ask.H and src/fl_ask.cxx -const char* fl_local_alt = "Alt"; ///< string pointer used in shortcuts, you can change it to another language -const char* fl_local_ctrl = "Ctrl"; ///< string pointer used in shortcuts, you can change it to another language -const char* fl_local_meta = "Meta"; ///< string pointer used in shortcuts, you can change it to another language -const char* fl_local_shift = "Shift"; ///< string pointer used in shortcuts, you can change it to another language +const char* fl_local_alt = "Alt"; +const char* fl_local_ctrl = "Ctrl"; +const char* fl_local_meta = "Meta"; +const char* fl_local_shift = "Shift"; // // End of "$Id$". |
