(svn r23554) -Codechange: some minor consistency fixes

This commit is contained in:
truebrain
2011-12-16 18:42:20 +00:00
parent bcf00dbb8f
commit 7b80b821ff
6 changed files with 30 additions and 29 deletions

View File

@@ -14,7 +14,7 @@
/** Widgets of the WC_VEHICLE_ORDERS. */
enum OrderWidgets {
WID_O_CAPTION, ///< Window caption.
WID_O_CAPTION, ///< Caption of the window.
WID_O_TIMETABLE_VIEW, ///< Toggle timetable view.
WID_O_ORDER_LIST, ///< Order list panel.
WID_O_SCROLLBAR, ///< Order list scrollbar.