From 305beeb1d5430f59c32096921402739697ac800f Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 25 Jan 2014 16:24:27 -0600 Subject: Add KNetwalk help handbook. --- knetwalk/src/knetwalk.desktop | 8 +------- knetwalk/src/main.cpp | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) (limited to 'knetwalk') 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" ); -- cgit v1.2.1