changeset 18890:a6de7ed28fda draft

(svn r23739) -Fix (r23738): owh vim, when can you learn to copy/paste tabs correctly?
author truebrain <truebrain@openttd.org>
date Tue, 03 Jan 2012 20:41:38 +0000
parents 3142bbe78f50
children 88567087417f
files src/script/api/script_window.hpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/script/api/script_window.hpp
+++ b/src/script/api/script_window.hpp
@@ -194,12 +194,12 @@
 		 */
 		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,