diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-28 01:25:37 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-28 01:25:37 +0100 |
commit | 0970f347ab0c5e42996443bcd7c58b08db8fdbbe (patch) | |
tree | 62144cade9ff5afedcb59fdf76cb9e7ff452abe5 /src | |
parent | Let Action Collection read settings (diff) | |
download | rekonq-0970f347ab0c5e42996443bcd7c58b08db8fdbbe.tar.xz |
rekonq 0.2.900.2.90
first 0.30 beta release
Diffstat (limited to 'src')
-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 9d7cc742..c874debd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -71,7 +71,7 @@ int main(int argc, char **argv) ""); about.addAuthor(ki18n("Lionel Chauvin"), - ki18n("Developer, Ideas, Mockups"), + ki18n("Developer, Ideas, Mockups. And the icon."), "megabigbug@yahoo.fr", ""); @@ -102,7 +102,7 @@ int main(int argc, char **argv) ""); about.addCredit(ki18n("Ivan Čukić"), - ki18n("Patches, bugfixing"), + ki18n("Patches, bugfixing and ideas"), "ivan@fomentgroup.org", ""); |