~neon/kompare/master

« back to all changes in this revision

Viewing changes to main.cpp

  • Committer: Friedrich W. H. Kossebau
  • Date: 2020-11-13 21:16:56 UTC
  • mfrom: (1025.1.2)
  • Revision ID: git-v1:85d1687fbe91c476bd9dc84529f38afc0d7eb356
Merge branch 'release/20.12'

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
#include "kompareinterface.h"
39
39
 
 
40
#include "kompare_version.h"
40
41
#include "kompare_shell.h"
41
42
#include "kompareurldialog.h"
42
43
 
52
53
    QApplication app(argc, argv);
53
54
    KLocalizedString::setApplicationDomain("kompare");
54
55
 
55
 
    KAboutData aboutData(QStringLiteral("kompare"),  i18n("Kompare"), QStringLiteral("4.1.3"),
 
56
    KAboutData aboutData(QStringLiteral("kompare"),  i18n("Kompare"),
 
57
                         QStringLiteral(KOMPARE_VERSION_STRING),
56
58
                         i18n("A program to view the differences between files and optionally generate a diff"),
57
59
                         KAboutLicense::GPL,
58
60
                         i18n("(c) 2001-2004 John Firebaugh, (c) 2001-2005,2009 Otto Bruggeman, (c) 2004-2005 Jeff Snyder, (c) 2007-2012 Kevin Kofler"));