diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-27 08:56:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-27 10:18:32 +0100 |
commit | 54806224e3053133ab4ec3875b7a0bc3c496c052 (patch) | |
tree | 402470da63fdf26b1b4f63fd06e7bb53dd8524c7 /include/tools/rcid.h | |
parent | 53617c8651274e581cc1b55c9705c54e03f93879 (diff) |
OKButtons no longer loaded from resource files
Change-Id: Ice1d71e730519697c891d66909550876c9d23ebb
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 5ac6a999e7dd..b1ba81b4a59f 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -56,7 +56,7 @@ #define RSC_CONTROL (RSC_NOTYPE + 0x44) #define RSC_BUTTON (RSC_NOTYPE + 0x45) #define RSC_PUSHBUTTON (RSC_NOTYPE + 0x46) -#define RSC_OKBUTTON (RSC_NOTYPE + 0x47) + #define RSC_CANCELBUTTON (RSC_NOTYPE + 0x48) #define RSC_HELPBUTTON (RSC_NOTYPE + 0x49) #define RSC_IMAGEBUTTON (RSC_NOTYPE + 0x4a) |