diff options
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/misc_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/misc_widget.h b/src/widgets/misc_widget.h index 0fdfc8c60..f62234405 100644 --- a/src/widgets/misc_widget.h +++ b/src/widgets/misc_widget.h @@ -12,6 +12,7 @@ /** Widgets of the #LandInfoWindow class. */ enum LandInfoWidgets { + WID_LI_LOCATION, ///< Scroll to location. WID_LI_BACKGROUND, ///< Background of the window. }; |