diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-11 08:56:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-11 10:22:12 +0100 |
commit | 933bcfd2feafa82afc480161471cfeb29c6a0b7a (patch) | |
tree | 61a263843670ea43456aed4d89d3929696f4a141 /include | |
parent | e1683c2d13a744344ee6a7b06917f65c11d8b35b (diff) |
various ids not loaded from .res anymore
Change-Id: Id2fab3e4b7a8feed3107e66d02cdf2a278ae9ef7
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/rcid.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h index ab66fd1b7474..9a71f31308ee 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -58,7 +58,7 @@ #define RSC_FLOATINGWINDOW (RSC_NOTYPE + 0x39) #define RSC_DIALOG (RSC_NOTYPE + 0x3a) -#define RSC_MODELESSDIALOG (RSC_NOTYPE + 0x3b) + #define RSC_MODALDIALOG (RSC_NOTYPE + 0x3c) #define RSC_CONTROL (RSC_NOTYPE + 0x44) #define RSC_BUTTON (RSC_NOTYPE + 0x45) @@ -78,13 +78,11 @@ #define RSC_MULTILINEEDIT (RSC_NOTYPE + 0x53) #define RSC_COMBOBOX (RSC_NOTYPE + 0x54) #define RSC_LISTBOX (RSC_NOTYPE + 0x55) -#define RSC_MULTILISTBOX (RSC_NOTYPE + 0x56) + #define RSC_TEXT (RSC_NOTYPE + 0x57) #define RSC_FIXEDLINE (RSC_NOTYPE + 0x58) #define RSC_FIXEDIMAGE (RSC_NOTYPE + 0x5a) -#define RSC_GROUPBOX (RSC_NOTYPE + 0x5c) -#define RSC_SCROLLBAR (RSC_NOTYPE + 0x5d) #define RSC_SPLITTER (RSC_NOTYPE + 0x5f) #define RSC_SPLITWINDOW (RSC_NOTYPE + 0x60) |