mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[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:
parent
80ecc1e76f
commit
6e9014fd5b
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue