resources: Mark common resources as LANG_NEUTRAL, SUBLANG_NEUTRAL.
This commit is contained in:
parent
9cafbd6de0
commit
3380a7d955
|
@ -44,6 +44,8 @@
|
|||
#include "Sv.rc"
|
||||
#include "Tr.rc"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
REGINST REGINST mshtml.inf
|
||||
|
||||
blank.htm HTML "blank.htm"
|
||||
|
|
|
@ -43,6 +43,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#include "msi_Ru.rc"
|
||||
#include "msi_Tr.rc"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* BINRES instadvert.bmp */
|
||||
0x1001 BITMAP instadvert.bmp
|
||||
/* {
|
||||
|
|
|
@ -36,4 +36,5 @@
|
|||
#include "Pt.rc"
|
||||
#include "Tr.rc"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
1 TYPELIB LOADONCALL DISCARDABLE shdocvw_v1.tlb
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
#include "Fr.rc"
|
||||
#include "Ko.rc"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
IDA_OLEVIEW ACCELERATORS DISCARDABLE
|
||||
{
|
||||
VK_F5, IDM_REFRESH, VIRTKEY, NOINVERT
|
||||
|
|
|
@ -40,6 +40,8 @@
|
|||
#include "Pt.rc"
|
||||
#include "Tr.rc"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* BINRES uninstaller.ico */
|
||||
UNINSTALLER ICON MOVEABLE uninstaller.ico
|
||||
/* {
|
||||
|
|
Loading…
Reference in New Issue