diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-02-02 22:38:58 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-05 15:34:02 +0000 |
commit | 1b6e2453c3ac4298f6b2b557e5e6510ec6619518 (patch) | |
tree | a3fd16082bcf593c63289c38849d58f5e672a0c3 /vcl/inc | |
parent | dea370d7bb0ce4b8190dc98976b2691fce659952 (diff) |
tdf#97512 make strings localizable
Reviewed-on: https://gerrit.libreoffice.org/22063
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
(cherry picked from commit e4b98408f60fdbe8248540da58bde8a9bf00c461)
Change-Id: I518918689e81475e9aaf0023cf91f4860531ad1e
Reviewed-on: https://gerrit.libreoffice.org/22070
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/svids.hrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/inc/svids.hrc b/vcl/inc/svids.hrc index 62e32033d41c..04ecc9422bd2 100644 --- a/vcl/inc/svids.hrc +++ b/vcl/inc/svids.hrc @@ -177,6 +177,12 @@ #define SV_FUNIT_STRINGS 10700 +#define SV_APP_CPUTHREADS 10800 +#define SV_APP_OSVERSION 10801 +#define SV_APP_UIRENDER 10802 +#define SV_APP_GL 10803 +#define SV_APP_DEFAULT 10804 + #define SV_ICON_SIZE48_START 20000 #define SV_ICON_SIZE32_START 21000 #define SV_ICON_SIZE16_START 23000 |