FEATURE: Several files can now be disabled at once (closes #598365)

This commit is contained in:
Christophe Dumez
2010-06-27 16:55:02 +00:00
parent df39e46c84
commit c01f7102e6
5 changed files with 21 additions and 0 deletions

View File

@@ -957,6 +957,11 @@ p, li { white-space: pre-wrap; }
<string>Maximum</string>
</property>
</action>
<action name="actionNot_downloaded">
<property name="text">
<string>Not downloaded</string>
</property>
</action>
</widget>
<resources>
<include location="../icons.qrc"/>

View File

@@ -327,6 +327,11 @@
<string>Maximum</string>
</property>
</action>
<action name="actionNot_downloaded">
<property name="text">
<string>Not downloaded</string>
</property>
</action>
</widget>
<resources/>
<connections/>