Fix bug #344477 - translations not working

This commit is contained in:
Vincent Pinon
2015-03-09 22:24:25 +01:00
parent e842ebf2f1
commit faddf88a63
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!bin/sh
kdenlive_subdirs="plugins renderer src src/ui"
kdenlive_subdirs="plugins renderer data src src/ui"
$EXTRACTRC --tag=name --tag=description --tag=label --tag=comment --tag=paramlistdisplay data/effects/*.xml data/kdenliveeffectscategory.rc >> rc.cpp
$EXTRACTRC `find $kdenlive_subdirs -name \*.rc -a ! -name encodingprofiles.rc -o -name \*.ui` >> rc.cpp

View File

@@ -35,6 +35,8 @@
int main(int argc, char *argv[])
{
KLocalizedString::setApplicationDomain("kdenlive");
// Init application
QApplication app(argc, argv);