diff --git a/source.list b/source.list index f33c687c52..e6f094e302 100644 --- a/source.list +++ b/source.list @@ -520,6 +520,7 @@ widgets/cheat_widget.h widgets/company_widget.h widgets/console_widget.h widgets/date_widget.h +widgets/departures_widget.h widgets/depot_widget.h widgets/dock_widget.h widgets/dropdown.cpp diff --git a/src/widgets/departures_widget.h b/src/widgets/departures_widget.h index e39b4d6cdf..3b2fc68396 100644 --- a/src/widgets/departures_widget.h +++ b/src/widgets/departures_widget.h @@ -7,16 +7,16 @@ * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see . */ -/** @file waypoint_widget.h Types related to the waypoint widgets. */ +/** @file departures_widget.h Types related to the departures widgets. */ #ifndef WIDGETS_DEPARTURES_WIDGET_H #define WIDGETS_DEPARTURES_WIDGET_H /** Widgets of the WC_DEPARTURES_BOARD. */ enum DeparturesWindowWidgets { - WID_DB_CAPTION, ///< Window caption - WID_DB_LIST, ///< List of departures - WID_DB_SCROLLBAR, ///< List scrollbar + WID_DB_CAPTION, ///< Window caption + WID_DB_LIST, ///< List of departures + WID_DB_SCROLLBAR, ///< List scrollbar WID_DB_SHOW_DEPS, ///< Toggle departures button WID_DB_SHOW_ARRS, ///< Toggle arrivals button WID_DB_SHOW_VIA, ///< Toggle via button