From ba4686de6bde8c752bfb5cae9e6e9f2481b6031a Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Thu, 14 Jan 2021 18:56:33 +0200 Subject: Small fixes related to help menu. Signed-off-by: Mavridis Philippe --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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, "robert@roberthogan.net", "Original Author" ); + about.addAuthor( "Robert Hogan", "Original Author", "robert@roberthogan.net" ); about.setTranslator(I18N_NOOP2("NAME OF TRANSLATORS","Your names"), I18N_NOOP2("EMAIL OF TRANSLATORS","Your emails")); -- cgit v1.2.3