mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Rename resource files to match the locale names
svn path=/trunk/; revision=24888
This commit is contained in:
parent
867a0841ea
commit
72b75ef12d
4 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
||||
IDR_MAINMENU MENU
|
||||
BEGIN
|
||||
POPUP "&File"
|
|
@ -1,4 +1,4 @@
|
|||
LANGUAGE LANG_RUSSIAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
IDR_MAINMENU MENU
|
||||
BEGIN
|
|
@ -33,4 +33,5 @@ IDB_HELP BITMAP DISCARDABLE "res/help.bmp"
|
|||
IDB_EXIT BITMAP DISCARDABLE "res/exit.bmp"
|
||||
|
||||
|
||||
#include "En.rc"
|
||||
#include "en-US.rc"
|
||||
|
||||
|
|
Loading…
Reference in a new issue