diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-05-06 13:43:04 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2020-05-06 14:24:38 +0200 |
commit | 626ccb3c223b5c9e26875f63a8aa1ab11674cd72 (patch) | |
tree | 54ce53ed01e48cef02e6dfa02601cadd64a3b006 /svx/uiconfig | |
parent | da2116dd2eeaedbd8d22f6f46da56ce212e2be15 (diff) |
allow disabling Skia's Vulkan use in safe mode (tdf#132439)
Change-Id: I2991ace387356f049fba1a730041bbb4c62c876c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93562
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/safemodedialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/uiconfig/ui/safemodedialog.ui b/svx/uiconfig/ui/safemodedialog.ui index c48526f3fc59..2a2a74afaf8d 100644 --- a/svx/uiconfig/ui/safemodedialog.ui +++ b/svx/uiconfig/ui/safemodedialog.ui @@ -213,7 +213,7 @@ You can make one or more of the following changes to your user profile to return </child> <child> <object class="GtkCheckButton" id="check_disable_hw_acceleration"> - <property name="label" translatable="yes" context="safemodedialog|check_disable_hw_acceleration">Disable hardware acceleration (OpenGL, OpenCL)</property> + <property name="label" translatable="yes" context="safemodedialog|check_disable_hw_acceleration">Disable hardware acceleration (OpenGL, OpenCL, Vulkan)</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |