summaryrefslogtreecommitdiff
path: root/src/command_type.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-09-15 22:58:41 +0000
committersmatz <smatz@openttd.org>2008-09-15 22:58:41 +0000
commitaef674d858b0bea2d6ccc14de488cd6c9617f8c1 (patch)
tree45c367908e8900a20e722b7841e5eaf20df8cafd /src/command_type.h
parent00ce8ceb2bf176cf623636b0faacf0b7a0a7aac7 (diff)
downloadopenttd-aef674d858b0bea2d6ccc14de488cd6c9617f8c1.tar.xz
(svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, president and company renaming commands, too
Diffstat (limited to 'src/command_type.h')
-rw-r--r--src/command_type.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command_type.h b/src/command_type.h
index 0637673cf..0e75187d5 100644
--- a/src/command_type.h
+++ b/src/command_type.h
@@ -209,10 +209,10 @@ enum {
CMD_WANT_ENGINE_PREVIEW, ///< confirm the preview of an engine
- CMD_NAME_VEHICLE, ///< rename a whole vehicle
+ CMD_RENAME_VEHICLE, ///< rename a whole vehicle
CMD_RENAME_ENGINE, ///< rename a engine (in the engine list)
- CMD_CHANGE_COMPANY_NAME, ///< change the company name
- CMD_CHANGE_PRESIDENT_NAME, ///< change the president name
+ CMD_RENAME_COMPANY, ///< change the company name
+ CMD_RENAME_PRESIDENT, ///< change the president name
CMD_RENAME_STATION, ///< rename a station
CMD_SELL_AIRCRAFT, ///< sell an aircraft