Browse Source

Put copyright warning message to the search plugin dialog.

adaptive-webui-19844
sledgehammer999 8 years ago
parent
commit
8c98c8cb3f
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 12
      src/gui/search/pluginselectdlg.ui

12
src/gui/search/pluginselectdlg.ui

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>600</width> <width>600</width>
<height>300</height> <height>345</height>
</rect> </rect>
</property> </property>
<property name="acceptDrops"> <property name="acceptDrops">
@ -72,6 +72,16 @@
</column> </column>
</widget> </widget>
</item> </item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Warning: Be sure to comply with your country's copyright laws when downloading torrents from any of these search engines.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item> <item>
<widget class="QLabel" name="getNewPlugin_lbl"> <widget class="QLabel" name="getNewPlugin_lbl">
<property name="font"> <property name="font">

Loading…
Cancel
Save