diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-16 18:36:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-16 18:36:24 +0100 |
commit | 1c13f9c2b67d3a26a8cbbc11b6ae0dc1dc2d30ca (patch) | |
tree | e61983a825ac8bd5139c6149592f5c01c51ea51a /include | |
parent | b0da096c610b4392277a3b7fe3c7c29d2c8c3fcf (diff) |
RSC_TRISTATEBOX is no longer used
Change-Id: Ib3f43db131cf5562ad011538873c2ee51839665c
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 d3b4e6368c1d..47244ea0eff2 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -72,7 +72,7 @@ #define RSC_RADIOBUTTON (RSC_NOTYPE + 0x4e) #define RSC_CHECKBOX (RSC_NOTYPE + 0x50) -#define RSC_TRISTATEBOX (RSC_NOTYPE + 0x51) + #define RSC_EDIT (RSC_NOTYPE + 0x52) #define RSC_COMBOBOX (RSC_NOTYPE + 0x54) |