From ac5847e869954149361463d62e68d6081c97dad5 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 3 Mar 2021 21:20:45 +0100 Subject: [PATCH] Add top-left main window icon (hi*-app-kstreamripper.png) Signed-off-by: gregory guy --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 940aecf..e249247 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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();