diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-14 23:30:24 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-14 23:30:24 +0100 |
commit | d5faa8f51e49f058ee64d1ac99f58c2a402e4915 (patch) | |
tree | e40147ae4dd061386dfff06839b4a45e9739ef04 /src | |
parent | Highlights inactive tabs if title changes. (diff) | |
download | rekonq-d5faa8f51e49f058ee64d1ac99f58c2a402e4915.tar.xz |
Added credit for Johannes Troscher
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index dcf996ec..fd37df23 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -179,6 +179,11 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) "jondeandres@gmail.com", ""); + about.addCredit(ki18n("Johannes Troscher"), + ki18n("QGraphicsEffect expert. Tabbar highlight animation"), + "fritz_van_tomas@hotmail.com", + ""); + // Initialize command line args KCmdLineArgs::init(argc, argv, &about); |