diff options
| author | Harald Sitter <[email protected]> | 2015-08-21 12:12:54 +0200 |
|---|---|---|
| committer | Harald Sitter <[email protected]> | 2015-08-21 12:12:54 +0200 |
| commit | dc7b83169d4ed55d402de71b38b6cd8d1e2fda8d (patch) | |
| tree | 9c6dff4a82052ab25beddcd25da7c63eecf13ae4 /src/main.cpp | |
| parent | 03adb27dc8b3b1f8b54c6e2d03538b79e99178fe (diff) | |
| parent | 31f0acc72653972845f83abd60eaffde511801f1 (diff) | |
Merge branch 'Applications/15.08'
Conflicts:
CMakeLists.txt
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index ec6833681..b4ca2c6af 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,6 +19,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ +#include "dolphin_version.h" #include "dolphinmainwindow.h" #include "dolphin_generalsettings.h" #include "dbusinterface.h" @@ -44,7 +45,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv) migrate.setUiFiles(QStringList() << QStringLiteral("dolphinpart.rc") << QStringLiteral("dolphinui.rc")); migrate.migrate(); - KAboutData aboutData("dolphin", i18n("Dolphin"), "14.12.95", + KAboutData aboutData("dolphin", i18n("Dolphin"), QStringLiteral(DOLPHIN_VERSION_STRING), i18nc("@title", "File Manager"), KAboutLicense::GPL, i18nc("@info:credit", "(C) 2006-2014 Peter Penz, Frank Reininghaus, and Emmanuel Pescosta")); |
