diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-02 15:13:12 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-02 15:14:32 +0200 |
commit | 9e00c7fd5c81e68bab4d6e624576c9ad8c5fa5ae (patch) | |
tree | 86b90e978c8c3e2eab5ab41a8dc06f67841a3423 /vcl/inc | |
parent | 945634b1397c0280b0d8ca1614b7bd8e974c8ab8 (diff) |
don't reuse SV_HELPTEXT_CLOSE for SV_BUTTONTEXT_CLOSE
so we get mnemonics
Change-Id: I45696077734335f7e3cbb5094de24304e887c349
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/svids.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/svids.hrc b/vcl/inc/svids.hrc index f1276fa4a1f9..d07e853cf3ef 100644 --- a/vcl/inc/svids.hrc +++ b/vcl/inc/svids.hrc @@ -145,7 +145,7 @@ #define SV_BUTTONTEXT_NO 10103 #define SV_BUTTONTEXT_RETRY 10104 #define SV_BUTTONTEXT_HELP 10105 -#define SV_BUTTONTEXT_CLOSE SV_HELPTEXT_CLOSE +#define SV_BUTTONTEXT_CLOSE 10106 #define SV_BUTTONTEXT_MORE 10107 #define SV_BUTTONTEXT_IGNORE 10108 #define SV_BUTTONTEXT_ABORT 10109 |