diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index e4c0acd..ed0869b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,7 +32,7 @@ int main(int argc, char **argv) "KlamAV is a front-end for ClamAV." ); - about.addAuthor( "Robert Hogan", 0, "[email protected]", "Original Author" ); + about.addAuthor( "Robert Hogan", "Original Author", "[email protected]" ); about.setTranslator(I18N_NOOP2("NAME OF TRANSLATORS","Your names"), I18N_NOOP2("EMAIL OF TRANSLATORS","Your emails")); |