diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/src/main.cpp b/src/main.cpp index c6ffdb46..670981e6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -57,6 +57,16 @@ int main(int argc, char **argv)                      "alexandr.domrachev@gmail.com",                      ""); +    about.addAuthor(ki18n("Pawel Prazak"), +                    ki18n("Developer"), +                    "kojots350@gmail.com", +                    ""); + +    about.addAuthor(ki18n("Panagiotis Papadopoulos"), +                    ki18n("German translations"), +                    "pano_90@gmx.net", +                    ""); +  //     about.addAuthor(ki18n("your name"),  //                     ki18n("your role"),  //                     "your mail", | 
