summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-09 22:48:57 +0000
committerrubidium <rubidium@openttd.org>2009-01-09 22:48:57 +0000
commitc08f520acf61f85f84e9bdb1dad8172d2c29a48b (patch)
tree5a709fc9741c4803e6ab373af4f5299d4fd95099 /src/window.cpp
parent5fc7fe9648b8f6c4f2d361e8cc4958ac34402a75 (diff)
downloadopenttd-c08f520acf61f85f84e9bdb1dad8172d2c29a48b.tar.xz
(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with spaces
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 5f5bc91a8..32773982b 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -182,7 +182,7 @@ static void DispatchLeftClickEvent(Window *w, int x, int y, bool double_click)
}
} else if (wi->type == WWT_SCROLLBAR || wi->type == WWT_SCROLL2BAR || wi->type == WWT_HSCROLLBAR) {
ScrollbarClickHandler(w, wi, x, y);
- } else if (wi->type == WWT_EDITBOX) {
+ } else if (wi->type == WWT_EDITBOX) {
/* Open the OSK window if clicked on an edit box */
QueryStringBaseWindow *qs = dynamic_cast<QueryStringBaseWindow*>(w);
if (qs != NULL) {