[WORDPAD][WRITE]
* Improve resource files layout to make it consistent with the rest of our codebase. By Robert Naumann. CORE-7397 #resolve #comment Committed in r59797. Thanks. svn path=/trunk/; revision=59797
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B |
@@ -53,80 +53,80 @@ BEGIN
|
||||
END
|
||||
|
||||
/* @makedep: toolbar.bmp */
|
||||
IDB_TOOLBAR BITMAP "toolbar.bmp"
|
||||
IDB_TOOLBAR BITMAP "res/toolbar.bmp"
|
||||
|
||||
/* @makedep: formatbar.bmp */
|
||||
IDB_FORMATBAR BITMAP "formatbar.bmp"
|
||||
IDB_FORMATBAR BITMAP "res/formatbar.bmp"
|
||||
|
||||
/* @makedep: wordpad.ico */
|
||||
IDI_WORDPAD ICON "wordpad.ico"
|
||||
IDI_WORDPAD ICON "res/wordpad.ico"
|
||||
|
||||
/* @makedep: zoom.cur */
|
||||
IDC_ZOOM CURSOR "zoom.cur"
|
||||
IDC_ZOOM CURSOR "res/zoom.cur"
|
||||
|
||||
|
||||
#ifdef LANGUAGE_EN_US
|
||||
#include "En.rc"
|
||||
#include "lang/En.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_HU_HU
|
||||
#include "Hu.rc"
|
||||
#include "lang/Hu.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_KO_KR
|
||||
#include "Ko.rc"
|
||||
#include "lang/Ko.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PL_PL
|
||||
#include "Pl.rc"
|
||||
#include "lang/Pl.rc"
|
||||
#endif
|
||||
|
||||
/* UTF-8 */
|
||||
#ifdef LANGUAGE_DA_DK
|
||||
#include "Da.rc"
|
||||
#include "lang/Da.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_DE_DE
|
||||
#include "De.rc"
|
||||
#include "lang/De.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_FR_FR
|
||||
#include "Fr.rc"
|
||||
#include "lang/Fr.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_HE_IL
|
||||
#include "He.rc"
|
||||
#include "lang/He.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_IT_IT
|
||||
#include "It.rc"
|
||||
#include "lang/It.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_JA_JP
|
||||
#include "Ja.rc"
|
||||
#include "lang/Ja.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_LT_LT
|
||||
#include "Lt.rc"
|
||||
#include "lang/Lt.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_NL_NL
|
||||
#include "Nl.rc"
|
||||
#include "lang/Nl.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_NO_NO
|
||||
#include "No.rc"
|
||||
#include "lang/No.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PT_PT
|
||||
#include "Pt.rc"
|
||||
#include "lang/Pt.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RO_RO
|
||||
#include "Ro.rc"
|
||||
#include "lang/Ro.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RU_RU
|
||||
#include "Ru.rc"
|
||||
#include "lang/Ru.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_SL_SI
|
||||
#include "Si.rc"
|
||||
#include "lang/Si.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_SV_SE
|
||||
#include "Sv.rc"
|
||||
#include "lang/Sv.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_TR_TR
|
||||
#include "Tr.rc"
|
||||
#include "lang/Tr.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_UK_UA
|
||||
#include "Uk.rc"
|
||||
#include "lang/Uk.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_ZH_CN
|
||||
#include "Zh.rc"
|
||||
#include "lang/Zh.rc"
|
||||
#endif
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
#endif
|
||||
|
||||
/* use LoadString */
|
||||
static const WCHAR wszAppTitle[] = {'W','i','n','e',' ','W','o','r','d','p','a','d',0};
|
||||
static const WCHAR wszAppTitle[] = {'W','o','r','d','p','a','d',0};
|
||||
|
||||
static const WCHAR wszMainWndClass[] = {'W','O','R','D','P','A','D','T','O','P',0};
|
||||
|
||||
|
||||
@@ -23,73 +23,73 @@
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
#ifdef LANGUAGE_DA_DK
|
||||
#include "Da.rc"
|
||||
#include "lang/Da.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_EN_US
|
||||
#include "En.rc"
|
||||
#include "lang/En.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_KO_KR
|
||||
#include "Ko.rc"
|
||||
#include "lang/Ko.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_NL_NL
|
||||
#include "Nl.rc"
|
||||
#include "lang/Nl.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_NO_NO
|
||||
#include "No.rc"
|
||||
#include "lang/No.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PL_PL
|
||||
#include "Pl.rc"
|
||||
#include "lang/Pl.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PT_PT
|
||||
#include "Pt.rc"
|
||||
#include "lang/Pt.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_SV_SE
|
||||
#include "Sv.rc"
|
||||
#include "lang/Sv.rc"
|
||||
#endif
|
||||
|
||||
/* UTF-8 */
|
||||
#ifdef LANGUAGE_BG_BG
|
||||
#include "Bg.rc"
|
||||
#include "lang/Bg.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_DE_DE
|
||||
#include "De.rc"
|
||||
#include "lang/De.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_ES_ES
|
||||
#include "Es.rc"
|
||||
#include "lang/Es.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_FR_FR
|
||||
#include "Fr.rc"
|
||||
#include "lang/Fr.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_HE_IL
|
||||
#include "He.rc"
|
||||
#include "lang/He.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_IT_IT
|
||||
#include "It.rc"
|
||||
#include "lang/It.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_JA_JP
|
||||
#include "Ja.rc"
|
||||
#include "lang/Ja.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_LT_LT
|
||||
#include "Lt.rc"
|
||||
#include "lang/Lt.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RO_RO
|
||||
#include "Ro.rc"
|
||||
#include "lang/Ro.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RU_RU
|
||||
#include "Ru.rc"
|
||||
#include "lang/Ru.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_SL_SI
|
||||
#include "Si.rc"
|
||||
#include "lang/Si.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_SR_SP
|
||||
#include "Sr.rc"
|
||||
#include "lang/Sr.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_TR_TR
|
||||
#include "Tr.rc"
|
||||
#include "lang/Tr.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_UK_UA
|
||||
#include "Uk.rc"
|
||||
#include "lang/Uk.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_ZH_CN
|
||||
#include "Zh.rc"
|
||||
#include "lang/Zh.rc"
|
||||
#endif
|
||||
|
||||