Subversion Repositories public

Rev

Rev 246 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 246 Rev 280
Line 57... Line 57...
57
    KAboutData about("sportwatcher", 0, ki18n("SportWatcher"), version, ki18n(description),
57
    KAboutData about("sportwatcher", 0, ki18n("SportWatcher"), version, ki18n(description),
58
                     KAboutData::License_GPL_V3, ki18n("(C) 2007 - 2009 Andreas Theofilu"),
58
                     KAboutData::License_GPL_V3, ki18n("(C) 2007 - 2009 Andreas Theofilu"),
59
                     KLocalizedString(), "http://www.theosys.at", "andreas@theosys.at");
59
                     KLocalizedString(), "http://www.theosys.at", "andreas@theosys.at");
60
    about.addAuthor( ki18n("Andreas Theofilu"), ki18n("Maintainer, Project Management, Developer"), "andreas@theosys.at" );
60
    about.addAuthor( ki18n("Andreas Theofilu"), ki18n("Maintainer, Project Management, Developer"), "andreas@theosys.at" );
61
    about.addCredit( ki18n("Dave Bailey"), KLocalizedString(), "dave@daveb.net");
61
    about.addCredit( ki18n("Dave Bailey"), KLocalizedString(), "dave@daveb.net");
-
 
62
    about.addCredit( ki18n("Paul"), KLocalizedString(), "paul@ant.sbrk.co.uk");
62
    about.setTranslator (ki18n("Andreas Theofilu"), ki18n("andreas@theosys.at"));
63
    about.setTranslator (ki18n("Andreas Theofilu"), ki18n("andreas@theosys.at"));
63
 
64
 
64
    KCmdLineArgs::init(argc, argv, &about);
65
    KCmdLineArgs::init(argc, argv, &about);
65
 
66
 
66
    KApplication app;
67
    KApplication app;