diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-22 11:04:30 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-22 11:13:59 +0900 |
| commit | 28baf245947905f9c54c55806bf73bf6fce4295a (patch) | |
| tree | 688aca072c21f60b43b8bca47a13402e1805b86f /src/main.cpp | |
| parent | 474b8998380e56c2b8cb0369673b8061b8b9ff80 (diff) | |
| download | kvkbd-28baf245947905f9c54c55806bf73bf6fce4295a.tar.gz kvkbd-28baf245947905f9c54c55806bf73bf6fce4295a.zip | |
Updated authors, as requested on PR #9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 54fd5c4cb114b87671e750430a4d0b1b67a43d58)
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 722d615..55c8260 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -184,9 +184,8 @@ int main(int argc, char **argv) { TDEAboutData about("kvkbd", I18N_NOOP("kvkbd"), version, description, - TDEAboutData::License_GPL, "(C) 2007 Todor Gyumyushev\n(C) 2021 Ray-V", 0, 0, "http://bugs.trinitydesktop.org"); + TDEAboutData::License_GPL, "(C) 2007 Todor Gyumyushev", 0, 0, "http://bugs.trinitydesktop.org"); about.addAuthor( "Todor Gyumyushev", 0, "yodor@developer.bg" ); - about.addAuthor( "Ray-V", 0, "ray-v@inbox.lv" ); int alone=0; |
