diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-07 09:17:41 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-07 11:44:37 +0000 |
commit | 4a59caddac55002ccecb6fda538255bfe03c6d2d (patch) | |
tree | 12d2a5d23c595648bb83490a1faf2cf4e233a3c7 /sw/uiconfig | |
parent | 37674e1f2dde65848cdad3b630970de8eca6b44e (diff) |
tdf#90362 sw: config option for ignoring protected areas
Change-Id: Idfa62aa5bbccf62ee85f863150e13f80b8b5db90
Reviewed-on: https://gerrit.libreoffice.org/15181
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/optformataidspage.ui | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/ui/optformataidspage.ui b/sw/uiconfig/swriter/ui/optformataidspage.ui index 85dd592c205d..642405183ef0 100644 --- a/sw/uiconfig/swriter/ui/optformataidspage.ui +++ b/sw/uiconfig/swriter/ui/optformataidspage.ui @@ -461,7 +461,7 @@ <property name="row_spacing">6</property> <child> <object class="GtkCheckButton" id="cursorinprot"> - <property name="label" translatable="yes">Enable</property> + <property name="label" translatable="yes">Enable cursor</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -471,8 +471,20 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> + </packing> + </child> + <child> + <object class="GtkCheckButton" id="ignoreprot"> + <property name="label" translatable="yes">Ignore protection</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> </packing> </child> </object> @@ -483,7 +495,7 @@ <object class="GtkLabel" id="cursoropt"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Cursor in Protected Areas</property> + <property name="label" translatable="yes">Protected Areas</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |