CVS_SILENT Typographical corrections

svn path=/trunk/kdebase/kwin/; revision=224361
This commit is contained in:
Malcolm Hunter 2003-05-06 22:25:57 +00:00
parent dbc0817e28
commit c8b1f9de8d

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()));