Removed ClamAV T-Shirt banner from the first-run wizard.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/24/head
Mavridis Philippe 4 years ago
parent 0ee098c0f9
commit fcf6db7789
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -3,7 +3,6 @@ about_DATA = \
wait.html \
nodb.html \
aboutklamav.html \
klam.png \
tshirt.png
klam.png
aboutdir = $(kde_datadir)/klamav/about

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

@ -114,19 +114,6 @@
</rect>
</property>
</spacer>
<widget class="KActiveLabel">
<property name="name">
<cstring>ClamBanner</cstring>
</property>
<property name="geometry">
<rect>
<x>514</x>
<y>19</y>
<width>260</width>
<height>70</height>
</rect>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer5</cstring>

@ -45,7 +45,6 @@ FirstRunWizard::init()
// picture1->setPixmap( getJPG( "amarok_rocks" ) );
// picture4->setPixmap( *picture1->pixmap() );
ClamBanner->setText(TQString("<a href=\"http://ads.clamav.net/adclick.php?n=a9141dd1\" target=\"_blank\"><img src=\"%1\" border=\"0\" alt=\"ClamAV banner\" /></a>").arg(locate("data", "klamav/about/tshirt.png")));
setFinishEnabled ( WizardPage_1, true );

Loading…
Cancel
Save