Add top-left main window icon (hi*-app-kstreamripper.png)

Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit ac5847e869)
r14.0.x
gregory guy 3 years ago committed by Michele Calgaro
parent d43909dd76
commit 02835b2f52
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -27,7 +27,7 @@
int main( int argc, char *argv[] )
{
TDEAboutData aboutApp( "KStreamRipper", I18N_NOOP( "KStreamRipper" ), "0.3.4",
TDEAboutData aboutApp( "kstreamripper", I18N_NOOP( "KStreamRipper" ), "0.3.4",
"KStreamRipper is a Frontend to Streamripper. Visit Homepage for more Info.",
TDEAboutData::License_GPL, "(C) 2003-2005 Michael Goettsche", 0,
"http://kstreamripper.tuxipuxi.org", "mail@tuxipuxi.org" );
@ -44,7 +44,7 @@ int main( int argc, char *argv[] )
app.setMainWidget( mainWidget );
mainWidget->show();
mainWidget->resize( 700, 600 );
return app.exec();

Loading…
Cancel
Save