Fix 'format not a string literal' error

(cherry picked from commit 5f52ceba02)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent 871e1268a7
commit 4941249620

@ -199,7 +199,7 @@ int main(int argc, char *argv[]) {
exit( 0 );
TQCString regName = client->registerAs( KApplication::kApplication() ->name(), !singleInstanceMode );
if( singleInstanceMode && regName != KApplication::kApplication()->name() ) {
fprintf( stderr, i18n( "Application already running!\n" ).ascii() );
fprintf( stderr, "%s", i18n( "Application already running!\n" ).ascii() );
DCOPClient::mainClient()->send( KApplication::kApplication() ->name(), "Krusader-Interface",
"moveToTop()", TQByteArray() );

Loading…
Cancel
Save