summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2012-01-03 20:41:38 +0000
committertruebrain <truebrain@openttd.org>2012-01-03 20:41:38 +0000
commitd880056415cf6254e86a3038a8ed2d02f8af2267 (patch)
treecc4c207ce8ceaabfe6060bed1a5b308b2f8bd4fb /src
parentecb725b34b1b2772c67270a07d7b416c0752e7ce (diff)
downloadopenttd-d880056415cf6254e86a3038a8ed2d02f8af2267.tar.xz
(svn r23739) -Fix (r23738): owh vim, when can you learn to copy/paste tabs correctly?
Diffstat (limited to 'src')
-rw-r--r--src/script/api/script_window.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/api/script_window.hpp b/src/script/api/script_window.hpp
index 342a243d1..47f9963c6 100644
--- a/src/script/api/script_window.hpp
+++ b/src/script/api/script_window.hpp
@@ -194,12 +194,12 @@ public:
*/
WC_CONFIRM_POPUP_QUERY = ::WC_CONFIRM_POPUP_QUERY,
- /**
+ /**
* Popup with a set of buttons, designed to ask the user a question
* from a GameScript. %Window numbers:
* - uniqueid = #GoalQuestionWidgets
*/
- WC_GOAL_QUESTION,
+ WC_GOAL_QUESTION,