(svn r10033) -Feature [FS#760]: skip to the selected order in the order list when clicking on the "skip" button while pressing CTRL.

This commit is contained in:
rubidium
2007-06-04 19:32:45 +00:00
parent cb340626ca
commit c4806955e5
6 changed files with 20 additions and 16 deletions

View File

@@ -57,7 +57,7 @@ enum {
CMD_REVERSE_TRAIN_DIRECTION = 41,
CMD_MODIFY_ORDER = 42,
CMD_SKIP_ORDER = 43,
CMD_SKIP_TO_ORDER = 43,
CMD_DELETE_ORDER = 44,
CMD_INSERT_ORDER = 45,