Author: mkupfer
Date: Thu Mar 12 16:27:26 2009
New Revision: 39980
URL:
http://svn.reactos.org/svn/reactos?rev=39980&view=rev
Log:
- use symbolic names instead of numeric values (made for English and German, other
languages needs to change)
Modified:
trunk/reactos/dll/win32/user32/lang/de-DE.rc
trunk/reactos/dll/win32/user32/lang/en-US.rc
Modified: trunk/reactos/dll/win32/user32/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/lang/de-D…
==============================================================================
--- trunk/reactos/dll/win32/user32/lang/de-DE.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/user32/lang/de-DE.rc [iso-8859-1] Thu Mar 12 16:27:26 2009
@@ -41,13 +41,13 @@
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
BEGIN
- MENUITEM "&Wiederherstellen", 61728
- MENUITEM "&Verschieben", 61456
- MENUITEM "&Größe", 61440
- MENUITEM "Mi&nimieren", 61472
- MENUITEM "Ma&ximieren", 61488
+ MENUITEM "&Wiederherstellen", SC_RESTORE
+ MENUITEM "&Verschieben", SC_MOVE
+ MENUITEM "&Größe", SC_SIZE
+ MENUITEM "Mi&nimieren", SC_MINIMIZE
+ MENUITEM "Ma&ximieren", SC_MAXIMIZE
MENUITEM SEPARATOR
- MENUITEM "S&chließen\tAlt-F4", 61536
+ MENUITEM "S&chließen\tAlt-F4", SC_CLOSE
END
/////////////////////////////////////////////////////////////////////////////
Modified: trunk/reactos/dll/win32/user32/lang/en-US.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/lang/en-U…
==============================================================================
--- trunk/reactos/dll/win32/user32/lang/en-US.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/user32/lang/en-US.rc [iso-8859-1] Thu Mar 12 16:27:26 2009
@@ -39,13 +39,13 @@
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
BEGIN
- MENUITEM "&Restore", 61728
- MENUITEM "&Move", 61456
- MENUITEM "&Size", 61440
- MENUITEM "Mi&nimize", 61472
- MENUITEM "Ma&ximize", 61488
+ MENUITEM "&Restore", SC_RESTORE
+ MENUITEM "&Move", SC_MOVE
+ MENUITEM "&Size", SC_SIZE
+ MENUITEM "Mi&nimize", SC_MINIMIZE
+ MENUITEM "Ma&ximize", SC_MAXIMIZE
MENUITEM SEPARATOR
- MENUITEM "&Close\tAlt-F4", 61536
+ MENUITEM "&Close\tAlt-F4", SC_CLOSE
END
/////////////////////////////////////////////////////////////////////////////