diff options
author | alberth <alberth@openttd.org> | 2014-09-11 17:10:38 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2014-09-11 17:10:38 +0000 |
commit | 22b967676eb57c7985943bf3673554dae21df427 (patch) | |
tree | a51868df4dab7370520470941f187751b493de3a /src/widgets/autoreplace_widget.h | |
parent | bb95dd5dcced7a7261449596ca176144b77b1030 (diff) | |
download | openttd-22b967676eb57c7985943bf3673554dae21df427.tar.xz |
(svn r26811) -Fix[FS#6108]: Fixed spelling error in widget name.
Diffstat (limited to 'src/widgets/autoreplace_widget.h')
-rw-r--r-- | src/widgets/autoreplace_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/autoreplace_widget.h b/src/widgets/autoreplace_widget.h index b1afc8d75..7a98b6cd7 100644 --- a/src/widgets/autoreplace_widget.h +++ b/src/widgets/autoreplace_widget.h @@ -17,7 +17,7 @@ enum ReplaceVehicleWidgets { WID_RV_CAPTION, ///< Caption of the window. /* Sort dropdown at the right. */ - WID_RV_SORT_ASSENDING_DESCENDING, ///< Ascending/descending sort order button. + WID_RV_SORT_ASCENDING_DESCENDING, ///< Ascending/descending sort order button. WID_RV_SHOW_HIDDEN_ENGINES, ///< Toggle whether to display the hidden vehicles. WID_RV_SORT_DROPDOWN, ///< Dropdown for the sort criteria. |