diff options
Diffstat (limited to 'kcontrol/kicker')
-rw-r--r-- | kcontrol/kicker/menutab.ui | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/kcontrol/kicker/menutab.ui b/kcontrol/kicker/menutab.ui index 2614a278a..fa3868004 100644 --- a/kcontrol/kicker/menutab.ui +++ b/kcontrol/kicker/menutab.ui @@ -425,7 +425,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="TQLayoutWidget" row="1" column="0"> + <widget class="TQLayoutWidget" row="2" column="0"> <property name="name"> <cstring>Layout3</cstring> </property> @@ -480,7 +480,21 @@ <string>If this option is enabled, hidden files (i.e. files beginning with a dot) will be shown in the QuickBrowser menus.</string> </property> </widget> - <spacer row="0" column="1" rowspan="2" colspan="1"> + <widget class="TQCheckBox" row="1" column="0"> + <property name="name"> + <cstring>kcfg_ShowOpenInTerminal</cstring> + </property> + <property name="text"> + <string>Sho&w open in terminal fi&les</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string>If this option is enabled, an Open in Terminal entry will be shown in the QuickBrowser menus.</string> + </property> + </widget> + <spacer row="0" column="1" rowspan="3" colspan="1"> <property name="name"> <cstring>Spacer7</cstring> </property> @@ -523,10 +537,10 @@ <cstring>m_maxRecentDocumentsItemsLabel</cstring> </property> <property name="text"> - <string>Ma&ximum number of entries:</string> + <string>&Maximum number of entries:</string> </property> <property name="buddy" stdset="0"> - <cstring>kcfg_MaxEntries2</cstring> + <cstring>maxrecentdocs</cstring> </property> <property name="whatsThis" stdset="0"> <string>This sets the maximum number of recently accessed documents stored for fast retrieval.</string> @@ -723,6 +737,7 @@ <tabstop>m_editKMenuButton</tabstop> <tabstop>m_subMenus</tabstop> <tabstop>kcfg_ShowHiddenFiles</tabstop> + <tabstop>kcfg_ShowOpenInTerminal</tabstop> <tabstop>kcfg_MaxEntries2</tabstop> <tabstop>kcfg_RecentVsOften</tabstop> <tabstop>m_showFrequent</tabstop> |