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
commit5f4ff33ce340fc71e17abbdede06226dd4e56a54 (patch)
tree45c367908e8900a20e722b7841e5eaf20df8cafd /src/command_type.h
parenta20dae0df1614f8701c1ac3a20a64fe6fd4fda5d (diff)
downloadopenttd-5f4ff33ce340fc71e17abbdede06226dd4e56a54.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