summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/numberingoptionspage.ui
diff options
context:
space:
mode:
Diffstat (limited to 'cui/uiconfig/ui/numberingoptionspage.ui')
-rw-r--r--cui/uiconfig/ui/numberingoptionspage.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/numberingoptionspage.ui b/cui/uiconfig/ui/numberingoptionspage.ui
index 71e5a859afba..7941c2838464 100644
--- a/cui/uiconfig/ui/numberingoptionspage.ui
+++ b/cui/uiconfig/ui/numberingoptionspage.ui
@@ -247,6 +247,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
tephan Bergmann 2012-07-17sorted_vector: operator[] returning by value doesn't make much senseMichael Stahl 2012-07-17sorted_vector: rename nonconst methods to be more obviousMichael Stahl 2012-07-17sorted_vector: fix silly problems with gcc:Michael Stahl 2012-07-17Add erase(size_t) method to o3tl::sorted_vectorNoel Grandin 2012-07-17Improvements to sorted_vectorNoel Grandin 2012-07-12sorted_vector should not inherit public std::vectorMichael Stahl 2012-07-12Create a template container class for sorted vectorNoel Grandin 2012-06-27targetted re-work of cppunit pieces.Michael Meeks 2012-06-26re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-03-20callcatcher update listCaolán McNamara