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.fl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/alignment_panel.fl') 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