From 86be40fef5cf06d0d1e6be73e312ba6707c58d68 Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org> Date: Mon, 22 Jul 2013 12:28:50 +0200 Subject: [PATCH] ENH: remove please wait msg from splash screen --- Code/Application/Monteverdi2/main.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Code/Application/Monteverdi2/main.cxx b/Code/Application/Monteverdi2/main.cxx index 288c044c7d..cd26aae4ac 100644 --- a/Code/Application/Monteverdi2/main.cxx +++ b/Code/Application/Monteverdi2/main.cxx @@ -62,12 +62,6 @@ main( int argc, char* argv[] ) QPixmap pixmap(QLatin1String( ":/images/application_splash" )); QSplashScreen splash(pixmap); splash.show(); - splash.showMessage( - QCoreApplication::translate( - PROJECT_NAME, - "Please wait..." - ) - ); qtApp.processEvents();//This is used to accept a click on the screen so that user can cancel the screen #endif -- GitLab