diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-10-22 11:48:08 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-11-27 09:55:10 +0100 |
commit | 99bff8cf8f199cd5899134f12b499ce4ee9a4e82 (patch) | |
tree | f4c346d85d531aad00cc1667c871fdc69b6a70b4 /vcl/inc/strings.hrc | |
parent | fb6a2d3afb67481565c666c10eee0a875808d803 (diff) |
add GUI and configuration options for Skia
Pretty much a copy&paste of OpenGL. There are no settings for choosing
which backend Skia should use, as the plan is that simply the "best"
one will be selected.
Change-Id: I44fa876ab85de98de482a6ed9f814024334686ce
Diffstat (limited to 'vcl/inc/strings.hrc')
-rw-r--r-- | vcl/inc/strings.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/strings.hrc b/vcl/inc/strings.hrc index 7e936fc711a2..d8f73a587722 100644 --- a/vcl/inc/strings.hrc +++ b/vcl/inc/strings.hrc @@ -125,6 +125,7 @@ #define SV_APP_OSVERSION NC_("SV_APP_OSVERSION", "OS: ") #define SV_APP_UIRENDER NC_("SV_APP_UIRENDER", "UI render: ") #define SV_APP_GL NC_("SV_APP_GL", "GL") +#define SV_APP_SKIA NC_("SV_APP_SKIA", "Skia") #define SV_APP_DEFAULT NC_("SV_APP_DEFAULT", "default") #define SV_MSGBOX_INFO NC_("SV_MSGBOX_INFO", "Information") |