diff options
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 0dd1ebf6..f9531c19 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -121,6 +121,11 @@ int main(int argc, char **argv)                      "rohan16garg@gmail.com",                      ""); +    about.addCredit(ki18n("Dario Freddi"), +                    ki18n("Patches, hints, first KWallet support implementation"), +                    "drf@kde.org", +                    ""); +                          // Initialize command line args      KCmdLineArgs::init(argc, argv, &about); | 
