diff options
| -rw-r--r-- | src/main.cpp | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/src/main.cpp b/src/main.cpp index f9531c19..71feff37 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -122,9 +122,14 @@ int main(int argc, char **argv)                      "");      about.addCredit(ki18n("Dario Freddi"), -                    ki18n("Patches, hints, first KWallet support implementation"), +                    ki18n("Patches, hints, first KWallet support implementation (not yet included)"),                      "drf@kde.org",                      ""); + +    about.addCredit(ki18n("Jon de Andrés Frías"), +                    ki18n("first awesome bar implementation (wait next version and you'll see..)"), +                    "jondeandres@gmail.com", +                    "");      // Initialize command line args      KCmdLineArgs::init(argc, argv, &about); | 
