(svn r2795) -Fix: [Clone vehilcle] all error messages should now tell the right vehicle type (chrishuebsch)

This commit is contained in:
bjarni
2005-08-02 20:14:23 +00:00
parent 124b352862
commit 017b72d98a
3 changed files with 3 additions and 3 deletions

View File

@@ -759,7 +759,7 @@ static bool HandleCloneVehClick(Vehicle *v, Window *w)
}
DoCommandP(w->window_number, v->index, _ctrl_pressed ? 1 : 0,CcCloneShip,CMD_CLONE_VEHICLE | CMD_MSG(STR_882B_CAN_T_BUILD_RAILROAD_VEHICLE));
DoCommandP(w->window_number, v->index, _ctrl_pressed ? 1 : 0,CcCloneShip,CMD_CLONE_VEHICLE | CMD_MSG(STR_980D_CAN_T_BUILD_SHIP));
ResetObjectToPlace();