mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
fix some problem to edit main.cpl rc with vc but not all
svn path=/trunk/; revision=22590
This commit is contained in:
parent
aa481c7afb
commit
b9782f4327
3 changed files with 21 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
LANGUAGE LANG_RUSSIAN, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
IDD_KEYBSPEED DIALOGEX 0, 0, 246, 228
|
||||
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||
|
|
|
@ -13,11 +13,4 @@
|
|||
IDC_CPLICON_1 ICON "resources/mouse.ico"
|
||||
IDC_CPLICON_2 ICON "resources/keyboard.ico"
|
||||
|
||||
#include "En.rc"
|
||||
#include "De.rc"
|
||||
#include "Fr.rc"
|
||||
#include "Nl.rc"
|
||||
#include "Ja.rc"
|
||||
#include "Hu.rc"
|
||||
#include "Es.rc"
|
||||
#include "Ru.rc"
|
||||
#include "rsrc.rc"
|
||||
|
|
19
reactos/dll/cpl/main/rsrc.rc
Normal file
19
reactos/dll/cpl/main/rsrc.rc
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include "resource.h"
|
||||
|
||||
/* define language neutral resources */
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* include localised resources */
|
||||
#include "En.rc"
|
||||
#include "De.rc"
|
||||
#include "Fr.rc"
|
||||
#include "Nl.rc"
|
||||
#include "Ja.rc"
|
||||
#include "Hu.rc"
|
||||
#include "Es.rc"
|
||||
#include "Ru.rc"
|
Loading…
Reference in a new issue