diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-25 16:24:27 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-25 16:24:27 -0600 |
commit | 305beeb1d5430f59c32096921402739697ac800f (patch) | |
tree | b0522468996a971d578d33779ac9b4a3b2ab2541 /knetwalk/src/main.cpp | |
parent | ceaf53c042a89de264e3bf9fbd75fbae94e009d3 (diff) | |
download | tdegames-305beeb1d5430f59c32096921402739697ac800f.tar.gz tdegames-305beeb1d5430f59c32096921402739697ac800f.zip |
Add KNetwalk help handbook.
Diffstat (limited to 'knetwalk/src/main.cpp')
-rw-r--r-- | knetwalk/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knetwalk/src/main.cpp b/knetwalk/src/main.cpp index 0a1b9438..b3c4110a 100644 --- a/knetwalk/src/main.cpp +++ b/knetwalk/src/main.cpp @@ -24,7 +24,7 @@ #include "mainwindow.h" static const char description[] = -I18N_NOOP("KNetWalk, a game for system administrators."); +I18N_NOOP("KNetwalk, a game for system administrators."); static const char version[] = "1.0"; @@ -39,7 +39,7 @@ static TDECmdLineOptions options[] = int main(int argc, char ** argv) { - TDEAboutData about("knetwalk", I18N_NOOP("knetwalk"), version, description, + TDEAboutData about("knetwalk", I18N_NOOP("KNetwalk"), version, description, TDEAboutData::License_GPL, I18N_NOOP("(C) 2004, 2005 Andi Peredri, ported to KDE by Thomas Nagy"), 0, "tnagyemail-mail@yahoo.fr"); about.addAuthor( "Andi Peredri", 0, "andi@ukr.net" ); |