taskmgr: Fix the name of a couple of process priority levels.

Francois Gouget fgouget at free.fr
Mon Sep 5 02:04:29 CDT 2011


---

These are plain English menu labels, not C identifiers so there is no 
reason for them not to have spaces.

 programs/taskmgr/taskmgr.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/taskmgr/taskmgr.rc b/programs/taskmgr/taskmgr.rc
index fc26906..db0563f 100644
--- a/programs/taskmgr/taskmgr.rc
+++ b/programs/taskmgr/taskmgr.rc
@@ -156,11 +156,11 @@ BEGIN
 
             MENUITEM "&High",                       ID_PROCESS_PAGE_SETPRIORITY_HIGH
 
-            MENUITEM "&AboveNormal",                ID_PROCESS_PAGE_SETPRIORITY_ABOVENORMAL
+            MENUITEM "&Above Normal",               ID_PROCESS_PAGE_SETPRIORITY_ABOVENORMAL
 
             MENUITEM "&Normal",                     ID_PROCESS_PAGE_SETPRIORITY_NORMAL
 
-            MENUITEM "&BelowNormal",                ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL
+            MENUITEM "&Below Normal",               ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL
 
             MENUITEM "&Low",                        ID_PROCESS_PAGE_SETPRIORITY_LOW
 
-- 
1.7.5.4




More information about the wine-patches mailing list