diff options
author | Eike Rathke <erack@redhat.com> | 2013-02-28 23:10:54 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-02-28 23:12:51 +0100 |
commit | 11359160bda78f09f595cb3ef81d1264c0e62494 (patch) | |
tree | 8cc5a9126020dbe1eb3b38e20437afea3ea2e511 | |
parent | 2a601c5665602d0e0f349145a64d9858a93433b3 (diff) |
added mnemonic_widget to jump to lists and edits on shortcuts
Change-Id: I2f048d06bccae7a55dc403eb58f80a165265d2a0
-rw-r--r-- | cui/uiconfig/ui/numberingformatpage.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/numberingformatpage.ui b/cui/uiconfig/ui/numberingformatpage.ui index 45008824c7f2..2238575d4365 100644 --- a/cui/uiconfig/ui/numberingformatpage.ui +++ b/cui/uiconfig/ui/numberingformatpage.ui @@ -138,6 +138,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes">_Format code</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">formated</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -331,6 +332,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes">_Category</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">categorylb</property> <attributes> <attribute name="weight" value="semibold"/> </attributes> @@ -403,6 +405,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes">F_ormat</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">formatlb</property> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -491,6 +494,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes">_Language</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">languagelb</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |