EBN spelling corrections.
svn path=/trunk/KDE/kdebase/workspace/; revision=552770
This commit is contained in:
parent
9bb648da59
commit
fd6ba30cb3
2 changed files with 4 additions and 4 deletions
|
@ -1912,7 +1912,7 @@ void Client::updateOpacity()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (isNormalWindow())
|
else if (isNormalWindow())
|
||||||
// activate dependend minor windows as well
|
// activate dependent minor windows as well
|
||||||
{
|
{
|
||||||
for( ClientList::ConstIterator it = group()->members().begin(); it != group()->members().end(); it++ )
|
for( ClientList::ConstIterator it = group()->members().begin(); it != group()->members().end(); it++ )
|
||||||
if ((*it)->isDialog() || (*it)->isUtility())
|
if ((*it)->isDialog() || (*it)->isUtility())
|
||||||
|
|
|
@ -167,9 +167,9 @@ bool KDecorationPlugins::loadPlugin( QString nameStr )
|
||||||
pluginStr = nameStr;
|
pluginStr = nameStr;
|
||||||
|
|
||||||
// For clients in kdeartwork
|
// For clients in kdeartwork
|
||||||
QString catalogue = nameStr;
|
QString catalog = nameStr;
|
||||||
catalogue.replace( "kwin3_", "kwin_" );
|
catalog.replace( "kwin3_", "kwin_" );
|
||||||
KGlobal::locale()->insertCatalog( catalogue );
|
KGlobal::locale()->insertCatalog( catalog );
|
||||||
// For KCommonDecoration based clients
|
// For KCommonDecoration based clients
|
||||||
KGlobal::locale()->insertCatalog( "kwin_lib" );
|
KGlobal::locale()->insertCatalog( "kwin_lib" );
|
||||||
// For clients in kdebase
|
// For clients in kdebase
|
||||||
|
|
Loading…
Reference in a new issue