summaryrefslogtreecommitdiffstats
path: root/tdeioslave/media/tdecmodule
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2016-02-25 21:49:33 +0700
committerMichele Calgaro <[email protected]>2016-02-26 22:19:41 +0700
commit14294b4b95311d44d7eabcfa836c6c54ee3612e4 (patch)
tree2495135288fb4ac4d75c56b00d982bff36469f59 /tdeioslave/media/tdecmodule
parente8b6bcbd2c2a9beb65f0db7edd49f5da58b8fbae (diff)
downloadtdebase-14294b4b95311d44d7eabcfa836c6c54ee3612e4.tar.gz
tdebase-14294b4b95311d44d7eabcfa836c6c54ee3612e4.zip
Added "default" mount option to TDE hardware manager. This resolves bug 2593.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 71bd29a534261d3ac976a4f2fb2c953172d165b5)
Diffstat (limited to 'tdeioslave/media/tdecmodule')
-rw-r--r--tdeioslave/media/tdecmodule/managermoduleview.ui8
1 files changed, 8 insertions, 0 deletions
diff --git a/tdeioslave/media/tdecmodule/managermoduleview.ui b/tdeioslave/media/tdecmodule/managermoduleview.ui
index 982da7d80..ef0ff5510 100644
--- a/tdeioslave/media/tdecmodule/managermoduleview.ui
+++ b/tdeioslave/media/tdecmodule/managermoduleview.ui
@@ -184,6 +184,9 @@ Some of the options are tristate. Leave them "undefined" to let TDE choose the b
<property name="whatsThis" stdset="0">
<string>&lt;h2&gt;Defines the behaviour for creation and display of filenames which fit into 8.3 characters. If a long name for a file exists, it will always be preferred display.&lt;/h2&gt;
+&lt;h3&gt;&lt;b&gt;Default&lt;/b&gt;&lt;/h3&gt;
+Do not force a short name option at all.
+
&lt;h3&gt;&lt;b&gt;Lower&lt;/b&gt;&lt;/h3&gt;
Force the short name to lower case upon display; store a long name when the short name is not all upper case.
@@ -246,6 +249,11 @@ Display the short name as is; store a long name when the short name is not all u
<widget class="TQComboBox" row="1" column="1">
<item>
<property name="text">
+ <string>Default</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
<string>Lower</string>
</property>
</item>