diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-13 09:46:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-13 11:18:37 +0000 |
commit | 1de7c36a94a65cd3906f79066b33381df929b71b (patch) | |
tree | adad01d09a2e16bf533342441f9f2ad71fd89cf2 /include/tools/rcid.h | |
parent | 4737ed363a93d1c1743fd38251a91a988fde5ce7 (diff) |
CurrencyBoxes cannot be loaded from .src anymore
Change-Id: I662aab01ecf5f78c4406838118ccea3988060521
Diffstat (limited to 'include/tools/rcid.h')
-rw-r--r-- | include/tools/rcid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h index 2fbeb212b856..cdc8107fcae4 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -98,11 +98,11 @@ #define RSC_PATTERNBOX (RSC_NOTYPE + 0x68) #define RSC_NUMERICBOX (RSC_NOTYPE + 0x69) #define RSC_METRICBOX (RSC_NOTYPE + 0x6a) -#define RSC_CURRENCYBOX (RSC_NOTYPE + 0x6b) + #define RSC_LONGCURRENCYFIELD (RSC_NOTYPE + 0x6e) -#define RSC_LONGCURRENCYBOX (RSC_NOTYPE + 0x6f) + #define RSC_TOOLBOXITEM (RSC_NOTYPE + 0x70) #define RSC_TOOLBOX (RSC_NOTYPE + 0x71) #define RSC_DOCKINGWINDOW (RSC_NOTYPE + 0x72) |