summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-29 18:30:31 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-29 18:30:31 +0000
commit38058fa3365e63fb431dc86134e2ae113de68e88 (patch)
treeb14084dfec4799508b9e00035356b563b1cd38ab /crawl-ref/source/command.cc
parentce89a07e4802691aa3a164ed1e332163f4dd8246 (diff)
downloadcrawl-ref-38058fa3365e63fb431dc86134e2ae113de68e88.tar.gz
crawl-ref-38058fa3365e63fb431dc86134e2ae113de68e88.zip
Rename part of the documentation:
tables.txt -> aptitudes.txt crawl_macros.txt -> macros_guide.txt crawl_options.txt -> options_guide.txt And while I already was at it, I added windows style linebreaks for ssh_guide.txt and monster_speech.txt, as well. Since I've somehow managed to uninstall my notepad (ages ago), opening and changing such files is always a bit fiddly, and I hope this change doesn't hurt anyone else. crawl_manual.txt will also eventually need these, but we haven't yet decided on the new name. Also update monster_speech.txt (yet again), and add hounds sniffing the ground to monspeak.txt as an in-game hint for blood scent. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3937 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 485df76827..fdadcd010d 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -636,11 +636,11 @@ struct help_file
};
help_file help_files[] = {
- { "crawl_manual.txt", '*', true },
- { "tables.txt", '%', false },
- { "readme.txt", '^', false },
- { "crawl_macros.txt", '~', false },
- { "crawl_options.txt", '!', false },
+ { "crawl_manual.txt", '*', true },
+ { "aptitudes.txt", '%', false },
+ { "readme.txt", '^', false },
+ { "macros_guide.txt", '~', false },
+ { "options_guide.txt", '!', false },
{ NULL, 0, false }
};