summaryrefslogtreecommitdiff
path: root/sd/uiconfig/simpress
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-03-05 18:40:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-03-08 15:13:21 +0100
commitf96d0ae4a0e768995ce5a27ccc524112163dff80 (patch)
tree3b78cda695c528159a24560403ae094deca79c96 /sd/uiconfig/simpress
parentee5a599516e4c9480b5dbd0a471baa237c74b53d (diff)
tdf#131137: Fix Checkbox "Do not distort objects in curve" does nothing
includes too: https://cgit.freedesktop.org/libreoffice/core/commit/?id=9e8839c934da9744b8f584debc0ad026e49f4a28 which was just an oops. See https://bugs.documentfoundation.org/show_bug.cgi?id=131137#c3 and above all https://bugs.documentfoundation.org/show_bug.cgi?id=131137#c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90054 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> (cherry picked from commit 6d9930f307f08d2c32ee1bcca577cf643955cec9) Change-Id: Ibd38d13be7ef6956d6c26e6f5f71a6751a56b25e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90029 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/uiconfig/simpress')
-rw-r--r--sd/uiconfig/simpress/ui/optimpressgeneralpage.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui
index 064ff490b914..6c0365bd9f10 100644
--- a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui
+++ b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui
@@ -287,8 +287,8 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="distrotcb">
- <property name="label" translatable="yes" context="optimpressgeneralpage|distrotcb">Do not distort objects in curve</property>
+ <object class="GtkCheckButton" id="distortcb">
+ <property name="label" translatable="yes" context="optimpressgeneralpage|distortcb">Do not distort objects in curve</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>