Fix effect config dialog i18n when launched from the window switch KCM.
BUG: 208788 svn path=/trunk/KDE/kdebase/workspace/; revision=1029686
This commit is contained in:
parent
bd52c92b98
commit
6f2ef45a48
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ KWinTabBoxConfig::KWinTabBoxConfig( QWidget* parent, const QVariantList& args )
|
|||
: KCModule( KWinTabBoxConfigFactory::componentData(), parent, args )
|
||||
, m_config( KSharedConfig::openConfig( "kwinrc" ))
|
||||
{
|
||||
KGlobal::locale()->insertCatalog( "kwin_effects" );
|
||||
KTabWidget* tabWidget = new KTabWidget( this );
|
||||
m_primaryTabBoxUi = new KWinTabBoxConfigForm( tabWidget );
|
||||
m_alternativeTabBoxUi = new KWinTabBoxConfigForm( tabWidget );
|
||||
|
|
Loading…
Reference in a new issue