summaryrefslogtreecommitdiff
path: root/src/script/api/script_window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_window.hpp')
-rw-r--r--src/script/api/script_window.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/script/api/script_window.hpp b/src/script/api/script_window.hpp
index e9e10e3ed..1fc52a0fa 100644
--- a/src/script/api/script_window.hpp
+++ b/src/script/api/script_window.hpp
@@ -1339,9 +1339,9 @@ public:
/* automatically generated from ../../widgets/goal_widget.h */
/** Widgets of the #GoalListWindow class. */
enum GoalListWidgets {
- WID_GL_GOAL = ::WID_GL_GOAL, ///< Goal text column of the goal list.
- WID_GL_PROGRESS = ::WID_GL_PROGRESS, ///< Goal progress column of the goal list.
- WID_GL_SCROLLBAR = ::WID_GL_SCROLLBAR, ///< Scrollbar of the goal list.
+ WID_GOAL_GOAL = ::WID_GOAL_GOAL, ///< Goal text column of the goal list.
+ WID_GOAL_PROGRESS = ::WID_GOAL_PROGRESS, ///< Goal progress column of the goal list.
+ WID_GOAL_SCROLLBAR = ::WID_GOAL_SCROLLBAR, ///< Scrollbar of the goal list.
};
/** Widgets of the #GoalQuestionWindow class. */