[WORDPAD]

Fix latest Wine sync r70123 of wordpad wrt. our local change from r69999 (now mentioned with #ifdef __REACTOS__ ).
CORE-10591

svn path=/trunk/; revision=70148
This commit is contained in:
Hermès Bélusca-Maïto 2015-11-27 09:44:14 +00:00
parent 80ecc1e76f
commit 6e9014fd5b

View file

@ -185,8 +185,17 @@
#define IDI_WORDPAD 102
#ifdef __REACTOS__
#define IDI_RTFDOC 103
#define IDC_ZOOM 104
#else
#define IDC_ZOOM 103
#endif
#define STRING_ALL_FILES 1400
#define STRING_TEXT_FILES_TXT 1401
#define STRING_TEXT_FILES_UNICODE_TXT 1402