summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-04-13 21:47:14 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-04-13 21:49:27 +0200
commite9e5f4bdb1dcd043aa9a60e15f3f6ed52a1c96e8 (patch)
tree59b5ea60bac8ecc0600f9a551b70eed8f24c3f26 /src/drivers/WinAPI
parenta6651e10ffc1753945faf8de0192cf74effc80d8 (diff)
Remove "MS" from "MS Windows" in docs code, and comments
The system (platform) is called "Windows", "MS Windows" doesn't make much sense. I removed "MS" for consistency.
Diffstat (limited to 'src/drivers/WinAPI')
-rw-r--r--src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
index 41cab4604..6f6d20828 100644
--- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
+++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
@@ -39,7 +39,7 @@ extern const char *fl_bg2;
#endif // !HMONITOR_DECLARED && _WIN32_WINNT < 0x0500
static Fl_Text_Editor::Key_Binding extra_bindings[] = {
- // Define MS Windows specific accelerators...
+ // Define Windows specific accelerators...
{ 'y', FL_CTRL, Fl_Text_Editor::kf_redo ,0},
{ 0, 0, 0 ,0}
};