CVS_SILENT Typographical corrections
svn path=/trunk/kdebase/kwin/; revision=224361
This commit is contained in:
parent
dbc0817e28
commit
c8b1f9de8d
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -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()));
|
||||
|
|
Loading…
Reference in a new issue