Make revision sting show up in German translation. Also fix the Spanish one a bit.

This commit is contained in:
Daniel Molkentin
2009-07-10 12:50:14 +01:00
parent fff9795a1f
commit 33dd9deaea
4 changed files with 11 additions and 4 deletions

View File

@@ -30,6 +30,7 @@
#include "cmakeprojectplugin.h"
#include "cmakeprojectmanager.h"
#include "cmakerunconfiguration.h"
#include "cmakeprojectwizard.h"
#include "makestep.h"
#include <coreplugin/icore.h>
@@ -59,6 +60,8 @@ bool CMakeProjectPlugin::initialize(const QStringList & /*arguments*/, QString *
addAutoReleasedObject(new CMakeManager(cmp));
addAutoReleasedObject(new MakeStepFactory());
addAutoReleasedObject(new CMakeRunConfigurationFactory());
addAutoReleasedObject(new CMakeProjectWizard);
return true;
}