summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-09-21 11:01:16 +0000
committersmatz <smatz@openttd.org>2009-09-21 11:01:16 +0000
commit662ef3173b5eb27905255929401c7d18b349f8f0 (patch)
treed51fc11f210777cd51935f503b3f6760db94b20d /src/table
parent114d48e492cc38644c0c020c6a30ab6c57179862 (diff)
downloadopenttd-662ef3173b5eb27905255929401c7d18b349f8f0.tar.xz
(svn r17597) -Codechange: rename namegen* to townname*
Diffstat (limited to 'src/table')
-rw-r--r--src/table/townname.h (renamed from src/table/namegen.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/namegen.h b/src/table/townname.h
index 47c9ff05f..389530081 100644
--- a/src/table/namegen.h
+++ b/src/table/townname.h
@@ -7,7 +7,7 @@
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file table/namegen.h Namepart tables for the town name generator */
+/** @file table/townname.h Namepart tables for the town name generator */
#include "../core/enum_type.hpp"