Commit 2e8f9571 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Mention the VIDEO_TS opening in the tooltip. Opening a VIDEO_TS folder...

Qt4 - Mention the VIDEO_TS opening in the tooltip. Opening a VIDEO_TS folder from the *DISK OPENING* works fine. Close #247.
parent 102456a7
......@@ -56,7 +56,7 @@
<item row="3" column="7" >
<widget class="QPushButton" name="browseDiscButton" >
<property name="toolTip" >
<string>_("Select the device")</string>
<string>_("Select the device or the VIDEO_TS folder")</string>
</property>
<property name="text" >
<string>_("Browse...")</string>
......@@ -68,6 +68,9 @@
<property name="text" >
<string>_("Disk device")</string>
</property>
<property name="buddy" >
<cstring>deviceCombo</cstring>
</property>
</widget>
</item>
<item row="0" column="6" >
......@@ -295,7 +298,6 @@
<tabstop>audioCDRadioButton</tabstop>
<tabstop>dvdsimple</tabstop>
<tabstop>deviceCombo</tabstop>
<tabstop>toolButton</tabstop>
<tabstop>titleSpin</tabstop>
<tabstop>chapterSpin</tabstop>
<tabstop>subtitlesSpin</tabstop>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment