diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj
index 9316526c11..5e7244c2ec 100644
--- a/projects/openttd_vs100.vcxproj
+++ b/projects/openttd_vs100.vcxproj
@@ -310,6 +310,7 @@
+
@@ -436,6 +437,9 @@
+
+
+
@@ -709,6 +713,7 @@
+
@@ -768,6 +773,7 @@
+
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters
index f67f313219..b5984413d3 100644
--- a/projects/openttd_vs100.vcxproj.filters
+++ b/projects/openttd_vs100.vcxproj.filters
@@ -159,6 +159,9 @@
Source Files
+
+ Source Files
+
Source Files
@@ -537,6 +540,15 @@
Header Files
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
Header Files
@@ -1356,6 +1368,9 @@
GUI Source Code
+
+ GUI Source Code
+
GUI Source Code
@@ -1533,6 +1548,9 @@
Widgets
+
+ Widgets
+
Widgets
diff --git a/projects/openttd_vs140.vcxproj b/projects/openttd_vs140.vcxproj
index b82aba741c..67d376164f 100644
--- a/projects/openttd_vs140.vcxproj
+++ b/projects/openttd_vs140.vcxproj
@@ -327,6 +327,7 @@
+
@@ -449,6 +450,9 @@
+
+
+
@@ -715,6 +719,7 @@
+
@@ -772,6 +777,7 @@
+
diff --git a/projects/openttd_vs140.vcxproj.filters b/projects/openttd_vs140.vcxproj.filters
index 0b6dc573b4..16a0179633 100644
--- a/projects/openttd_vs140.vcxproj.filters
+++ b/projects/openttd_vs140.vcxproj.filters
@@ -159,6 +159,9 @@
Source Files
+
+ Source Files
+
Source Files
@@ -525,6 +528,15 @@
Header Files
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
Header Files
@@ -1323,6 +1335,9 @@
GUI Source Code
+
+ GUI Source Code
+
GUI Source Code
@@ -1494,6 +1509,9 @@
Widgets
+
+ Widgets
+
Widgets
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 1f690158dd..a55a357771 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -2378,6 +2378,10 @@
RelativePath=".\..\src\widgets\date_widget.h"
>
+
+
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index 86ec976b31..4a6195c0e1 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -2375,6 +2375,10 @@
RelativePath=".\..\src\widgets\date_widget.h"
>
+
+
diff --git a/source.list b/source.list
index 275ebf1569..d43b904297 100644
--- a/source.list
+++ b/source.list
@@ -535,6 +535,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