diff options
| author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-07-31 11:27:29 +0200 | 
|---|---|---|
| committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-07-31 11:27:29 +0200 | 
| commit | 2d2ed5a229ea84f07075dfb762145a7251a81777 (patch) | |
| tree | b4f56611d58cdb918757e51e154b940d3d0995fe | |
| parent | Replaced my old animation, with a smoother one by Adrià Arrufat (diff) | |
| download | rekonq-2d2ed5a229ea84f07075dfb762145a7251a81777.tar.xz | |
Added Adrià Arrufat to the credits
Additionaly "fixed" the email addresses of some persons
| -rw-r--r-- | src/main.cpp | 11 | 
1 files changed, 8 insertions, 3 deletions
| diff --git a/src/main.cpp b/src/main.cpp index 98b5e5ca..7563c0b7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -82,19 +82,24 @@ int main(int argc, char **argv)      about.addCredit(ki18n("Abuus"),                      ki18n("Webview  mouse event support"), -                    "hdevalence@gmail.com", +                    "buusmail@gmail.com",                      "");      about.addCredit(ki18n("Johannes Zellner"),                      ki18n("Patches, suggestions, testing, bugfixing"), -                    "hdevalence@gmail.com", +                    "webmaster@nebulon.de",                      "");      about.addCredit(ki18n("Ivan Cukic"),                      ki18n("Patches, bugfixing"),                      "ivan@fomentgroup.org",                      ""); -                     + +    about.addCredit(ki18n("Adrià Arrufat"), +                    ki18n("New tab loading animation"), +                    "swiftscythe@gmail.com", +                    ""); +                         // Initialize command line args      KCmdLineArgs::init(argc, argv, &about); | 
