diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-18 21:31:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-18 21:31:09 +0100 |
commit | 4e5fdfb31e62300b20f8122a73206722b1d4fc0f (patch) | |
tree | 339361f678dc38c7cef8bd3843aa51de76e4c0ad /vcl/inc | |
parent | 329d3287272bf4715244a3c03ca008f049e9132f (diff) |
add stock new and edit button texts
Change-Id: Ia8f5f6592211e50323de66a4177f752a1adcf584
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/svids.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/svids.hrc b/vcl/inc/svids.hrc index 4951c5c5ac35..e0a64f643cb3 100644 --- a/vcl/inc/svids.hrc +++ b/vcl/inc/svids.hrc @@ -151,6 +151,8 @@ #define SV_BUTTONTEXT_ADD 10112 #define SV_BUTTONTEXT_DELETE 10113 #define SV_BUTTONTEXT_REMOVE 10114 +#define SV_BUTTONTEXT_NEW 10115 +#define SV_BUTTONTEXT_EDIT 10116 #define SV_STDTEXT_FIRST SV_STDTEXT_SERVICENOTAVAILABLE #define SV_STDTEXT_SERVICENOTAVAILABLE 10200 |