diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-22 02:09:44 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-22 02:09:44 +0200 |
commit | 38c308b98481436fd26631d0bb344d1f66ba25fd (patch) | |
tree | 96be654b284eb28963bf41cdcc582c46dd91754b | |
parent | Fixing authors. Just me for now, waiting for the others.. (diff) | |
download | rekonq-38c308b98481436fd26631d0bb344d1f66ba25fd.tar.xz |
Providing addAuthor example..
-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 d0458f1a..d465d50f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -53,6 +53,11 @@ int main(int argc, char **argv) "adjam7@gmail.com", "http://www.adjam.org"); +// about.addAuthor(ki18n("your name"), +// ki18n("your role"), +// "your mail", +// "your site"); + // Initialize command line args KCmdLineArgs::init(argc, argv, &about); |