summaryrefslogtreecommitdiffstats
path: root/knetwalk/src
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-25 16:24:27 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-25 16:24:27 -0600
commit305beeb1d5430f59c32096921402739697ac800f (patch)
treeb0522468996a971d578d33779ac9b4a3b2ab2541 /knetwalk/src
parentceaf53c042a89de264e3bf9fbd75fbae94e009d3 (diff)
downloadtdegames-305beeb1d5430f59c32096921402739697ac800f.tar.gz
tdegames-305beeb1d5430f59c32096921402739697ac800f.zip
Add KNetwalk help handbook.
Diffstat (limited to 'knetwalk/src')
-rw-r--r--knetwalk/src/knetwalk.desktop8
-rw-r--r--knetwalk/src/main.cpp4
2 files changed, 3 insertions, 9 deletions
diff --git a/knetwalk/src/knetwalk.desktop b/knetwalk/src/knetwalk.desktop
index b27289bf..24b9fa60 100644
--- a/knetwalk/src/knetwalk.desktop
+++ b/knetwalk/src/knetwalk.desktop
@@ -1,13 +1,7 @@
[Desktop Entry]
Type=Application
Exec=knetwalk -caption "%c" %i %m
-# Restore the following key and remove this comment when a help handbook
-# is written. Disabling this key prevents populating the main handbook
-# table of contents with a non-existent document, which results in a
-# main handbook error message of
-# 'There is no documentation available for /xyz/index.html.'
-# Also disable this key when there exists only a useless template handbook.
-# DocPath=knetwalk/index.html
+DocPath=knetwalk/index.html
Name=KNetwalk
Name[bn]=কে-নেটওয়াক
Name[fi]=KNetwalk
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" );