diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-20 14:33:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-20 20:22:24 +0100 |
commit | d4a615bf62d81485d8e20e94824af511c9fef0bb (patch) | |
tree | bf280758ab5664a68057991cc5d49213d8a70d92 /include/tools/rcid.h | |
parent | 3ddfcd70dccd1d8312d6172014f01862cd5be1ab (diff) |
ErrorBoxen are no longer loaded from resource files
Change-Id: I099258e449d0155154d60a839f9495236cb48cbb
Diffstat (limited to 'include/tools/rcid.h')
-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 f1edf65adef7..e0d12f626b7e 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -50,7 +50,7 @@ #define RSC_MESSBOX (RSC_NOTYPE + 0x30) #define RSC_INFOBOX (RSC_NOTYPE + 0x31) #define RSC_WARNINGBOX (RSC_NOTYPE + 0x32) -#define RSC_ERRORBOX (RSC_NOTYPE + 0x33) + #define RSC_QUERYBOX (RSC_NOTYPE + 0x34) #define RSC_WINDOW (RSC_NOTYPE + 0x35) #define RSC_SYSWINDOW (RSC_NOTYPE + 0x36) |