- Updated Romanian translation

This commit is contained in:
Christophe Dumez 2009-11-29 10:11:28 +00:00
parent 542338972a
commit 3f61e176f0
51 changed files with 2274 additions and 2180 deletions

View file

@ -211,6 +211,7 @@ int main(int argc, char *argv[]){
}
int ret = app->exec();
delete window;
qDebug("app children: %d", app->children().size());
delete app;
return ret;
}