summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-03-17 21:19:03 +0900
committerMichele Calgaro <[email protected]>2021-03-17 21:19:42 +0900
commit90eae2098f33ed0aec9ee6a59b0906655e70742f (patch)
tree7442fc082469814d107b9cd04ddb2e399542007b
parentbc887b7227a3e8ecbbb5a619165f60bd88bcf1c5 (diff)
downloadkvkbd-90eae2098f33ed0aec9ee6a59b0906655e70742f.tar.gz
kvkbd-90eae2098f33ed0aec9ee6a59b0906655e70742f.zip
Updated authors and bug report link.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e52070a5ba240d427c17597572a8d68a6df6b96d)
-rw-r--r--AUTHORS1
-rw-r--r--src/main.cpp3
2 files changed, 3 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index dbfb6ad..7f18765 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,2 @@
Todor Gyumyushev <[email protected]>
diff --git a/src/main.cpp b/src/main.cpp
index b818489..722d615 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -184,8 +184,9 @@ int main(int argc, char **argv)
{
TDEAboutData about("kvkbd", I18N_NOOP("kvkbd"), version, description,
- TDEAboutData::License_GPL, "(C) 2007 Todor Gyumyushev", 0, 0, "[email protected]");
+ TDEAboutData::License_GPL, "(C) 2007 Todor Gyumyushev\n(C) 2021 Ray-V", 0, 0, "http://bugs.trinitydesktop.org");
about.addAuthor( "Todor Gyumyushev", 0, "[email protected]" );
+ about.addAuthor( "Ray-V", 0, "[email protected]" );
int alone=0;