EBN spelling corrections.

svn path=/trunk/KDE/kdebase/workspace/; revision=552770
This commit is contained in:
Jaison Lee 2006-06-19 01:43:22 +00:00
parent 9bb648da59
commit fd6ba30cb3
2 changed files with 4 additions and 4 deletions

View file

@ -1912,7 +1912,7 @@ void Client::updateOpacity()
}
}
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++ )
if ((*it)->isDialog() || (*it)->isUtility())

View file

@ -167,9 +167,9 @@ bool KDecorationPlugins::loadPlugin( QString nameStr )
pluginStr = nameStr;
// For clients in kdeartwork
QString catalogue = nameStr;
catalogue.replace( "kwin3_", "kwin_" );
KGlobal::locale()->insertCatalog( catalogue );
QString catalog = nameStr;
catalog.replace( "kwin3_", "kwin_" );
KGlobal::locale()->insertCatalog( catalog );
// For KCommonDecoration based clients
KGlobal::locale()->insertCatalog( "kwin_lib" );
// For clients in kdebase