a bit too much copy&pasting

svn path=/trunk/kdebase/kwin/; revision=324820
This commit is contained in:
Stephan Kulow 2004-06-30 07:32:03 +00:00
parent fe1bba92d4
commit b134c99a12
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ kcm_kwinrules_la_SOURCES = main.cpp ruleswidget.cpp ruleslist.cpp kwinsrc.cpp de
kcm_kwinrules_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined
kcm_kwinrules_la_LIBADD = $(LIB_KDEUI)
messages:
$(XGETTEXT) *.cpp -o $(podir)/kcmkwm.pot
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kcmkwinrules.pot
xdg_apps_DATA = kwinrules.desktop

View file

@ -31,7 +31,7 @@ extern "C"
KCModule *create_kwinrules( QWidget *parent, const char *name )
{
//CT there's need for decision: kwm or kwin?
KGlobal::locale()->insertCatalogue( "kcmkwm" );
KGlobal::locale()->insertCatalogue( "kcmkwinrules" );
return new KWinInternal::KCMRules( parent, name );
}