From 8157a8afd814cb24aaaa4c725817c864e0c583c6 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 26 May 2013 19:25:01 +0000 Subject: (svn r25290) -Add: Assign string names to notable windows. --- src/waypoint_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/waypoint_gui.cpp') diff --git a/src/waypoint_gui.cpp b/src/waypoint_gui.cpp index f0d6239c3..0991fba42 100644 --- a/src/waypoint_gui.cpp +++ b/src/waypoint_gui.cpp @@ -171,7 +171,7 @@ static const NWidgetPart _nested_waypoint_view_widgets[] = { /** The description of the waypoint view. */ static WindowDesc _waypoint_view_desc( - WDP_AUTO, 260, 118, + WDP_AUTO, "view_waypoint", 260, 118, WC_WAYPOINT_VIEW, WC_NONE, 0, _nested_waypoint_view_widgets, lengthof(_nested_waypoint_view_widgets) -- cgit v1.2.3-54-g00ecf