summaryrefslogtreecommitdiff
path: root/src/widgets/autoreplace_widget.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2014-09-11 17:10:38 +0000
committeralberth <alberth@openttd.org>2014-09-11 17:10:38 +0000
commit22b967676eb57c7985943bf3673554dae21df427 (patch)
treea51868df4dab7370520470941f187751b493de3a /src/widgets/autoreplace_widget.h
parentbb95dd5dcced7a7261449596ca176144b77b1030 (diff)
downloadopenttd-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.h2
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.