diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-16 18:33:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-16 18:33:04 +0100 |
commit | b0da096c610b4392277a3b7fe3c7c29d2c8c3fcf (patch) | |
tree | bf1ce0d7cf3109482a80633feb708452bf1efdd3 /include | |
parent | e09e956a0c8eaa00e73474bccacee7aa656f2f67 (diff) |
RSC_MULTILINEEDIT no longer used
Change-Id: If56233b5226cec9516d5e2f8992e1b0beae733bf
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/rcid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h index 74fdef6ba68d..d3b4e6368c1d 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -74,7 +74,7 @@ #define RSC_CHECKBOX (RSC_NOTYPE + 0x50) #define RSC_TRISTATEBOX (RSC_NOTYPE + 0x51) #define RSC_EDIT (RSC_NOTYPE + 0x52) -#define RSC_MULTILINEEDIT (RSC_NOTYPE + 0x53) + #define RSC_COMBOBOX (RSC_NOTYPE + 0x54) #define RSC_LISTBOX (RSC_NOTYPE + 0x55) |