From e9e5f4bdb1dcd043aa9a60e15f3f6ed52a1c96e8 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 13 Apr 2024 21:47:14 +0200 Subject: 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. --- fluid/alignment_panel.cxx | 2 +- fluid/alignment_panel.fl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'fluid') diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx index 90efd0216..1ad8cfdfe 100644 --- a/fluid/alignment_panel.cxx +++ b/fluid/alignment_panel.cxx @@ -1149,7 +1149,7 @@ static void cb_Condition(Fl_Choice* o, void* v) { Fl_Menu_Item menu_Condition[] = { {"all platforms", 0, 0, (void*)(Fd_Shell_Command::ALWAYS), 0, (uchar)FL_NORMAL_LABEL, 0, 11, 0}, - {"MS Windows only", 0, 0, (void*)(Fd_Shell_Command::WIN_ONLY), 0, (uchar)FL_NORMAL_LABEL, 0, 11, 0}, + {"Windows only", 0, 0, (void*)(Fd_Shell_Command::WIN_ONLY), 0, (uchar)FL_NORMAL_LABEL, 0, 11, 0}, {"Linux only", 0, 0, (void*)(Fd_Shell_Command::UX_ONLY), 0, (uchar)FL_NORMAL_LABEL, 0, 11, 0}, {"macOS only", 0, 0, (void*)(Fd_Shell_Command::MAC_ONLY), 0, (uchar)FL_NORMAL_LABEL, 0, 11, 0}, {"Linux and macOS", 0, 0, (void*)(Fd_Shell_Command::MAC_AND_UX_ONLY), 0, (uchar)FL_NORMAL_LABEL, 0, 11, 0}, diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index b8de00efb..8c14d9811 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -1213,7 +1213,7 @@ if (v == LOAD) { xywh {0 0 100 20} labelsize 11 } MenuItem {} { - label {MS Windows only} + label {Windows only} user_data {Fd_Shell_Command::WIN_ONLY} user_data_type long xywh {0 0 100 20} labelsize 11 } -- cgit v1.2.3