diff options
| author | Peter Penz <[email protected]> | 2010-05-04 17:30:19 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-05-04 17:30:19 +0000 |
| commit | 6193693d1e1f931c2eb88016c08984d73bcc3ff2 (patch) | |
| tree | 2080226d07ef587b8b7c778eb8ddde4993bd9051 /src/main.cpp | |
| parent | 4f206a86df1e264813ad0b0ef96d7a512f5f59a9 (diff) | |
Updates for the "About" dialog
svn path=/trunk/KDE/kdebase/apps/; revision=1122790
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 290ca18ab..4a17c84f3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,10 +33,10 @@ KDE_EXPORT int kdemain(int argc, char **argv) { KAboutData about("dolphin", 0, ki18nc("@title", "Dolphin"), - "1.4", + "1.4.9", ki18nc("@title", "File Manager"), KAboutData::License_GPL, - ki18nc("@info:credit", "(C) 2006-2009 Peter Penz")); + ki18nc("@info:credit", "(C) 2006-2010 Peter Penz")); about.setHomepage("http://dolphin.kde.org"); about.addAuthor(ki18nc("@info:credit", "Peter Penz"), ki18nc("@info:credit", "Maintainer and developer"), |
