CVS_SILENT Typographical corrections

svn path=/trunk/kdebase/kwin/; revision=224361
icc-effect-5.14.5
Malcolm Hunter 2003-05-06 22:25:57 +00:00
parent dbc0817e28
commit c8b1f9de8d
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ Application::Application( )
KCmdLineArgs* args = KCmdLineArgs::parsedArgs();
if( !owner.claim( args->isSet( "replace" ), true ))
{
fputs(i18n("kwin: couldn't claim manager selection, another wm running? (try using --replace)\n").local8Bit(), stderr);
fputs(i18n("kwin: unable to claim manager selection, another wm running? (try using --replace)\n").local8Bit(), stderr);
::exit(1);
}
connect( &owner, SIGNAL( lostOwnership()), SLOT( quit()));