(svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, president and company renaming commands, too
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user