diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-15 22:45:19 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-15 22:45:19 -0600 |
commit | a8250b6b7500c24d3f128635ee91c8d950ba9769 (patch) | |
tree | 843863d3526d27af247b5c9279423d99c95df3a2 | |
parent | 1b46d929d1b00d8a7798ac4cce30b00d14d2c97a (diff) | |
download | knetload-a8250b6b7500c24d3f128635ee91c8d950ba9769.tar.gz knetload-a8250b6b7500c24d3f128635ee91c8d950ba9769.zip |
Fix desktop file and prevent non-existent help handbook from populating the main handbook table of contents.
-rw-r--r-- | knetload/knetload.desktop | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/knetload/knetload.desktop b/knetload/knetload.desktop index 6beb41d..c321ddd 100644 --- a/knetload/knetload.desktop +++ b/knetload/knetload.desktop @@ -3,15 +3,21 @@ Encoding=UTF-8 Type=Application Exec=knetload Icon=knetload -DocPath=knetload/index.html +# 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=knetload/index.html Terminal=false -Name=KNetLoad Network Monitor -Name[et]=Võrgumonitor KNetLoad -Name[it]=Monitor di rete KNetLoad -Name[pt]=KNetLoad Monitor da Rede -Name[pt_BR]=Monitor de Rede KNetLoad +Name=KNetLoad +Name[et]=KNetLoad +Name[it]=KNetLoad +Name[pt]=KNetLoad +Name[pt_BR]=KNetLoad Name[sv]=Nätverksövervakare -Name[ta]=KNetLoad வலைப்பின்னல் திரை +Name[ta]=KNetLoad GenericName=Network Monitor GenericName[ar]=مراقب الشبكة GenericName[ca]=Monitor de la xarxa |