typo fixes
svn path=/trunk/kdebase/kcontrol/; revision=233092
This commit is contained in:
parent
056cddfe3c
commit
961f8f2173
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ bool PluginMgr::loadPlugin(QString nameStr)
|
|||
void PluginMgr::shutdownKWin(const QString &error_msg)
|
||||
{
|
||||
qWarning( "%s", (i18n("KWin: ") + error_msg +
|
||||
i18n("\nKWin will now exit...")).latin1() );
|
||||
i18n("\nKWin will now exit...")).local8Bit().data() );
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue