summaryrefslogtreecommitdiff
path: root/src/newgrf_gui.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-08-06 20:14:21 +0000
committerpeter1138 <peter1138@openttd.org>2008-08-06 20:14:21 +0000
commitaff313cd4be79a1b75780c83f735dbffcd0ead4a (patch)
tree9b21a7ac7ca01ae093208dcfcd1a098e9325ef1d /src/newgrf_gui.cpp
parent1e5175451a2fe84effe9d844999cb6b618c8aeaa (diff)
downloadopenttd-aff313cd4be79a1b75780c83f735dbffcd0ead4a.tar.xz
(svn r14009) -Cleanup (r14008): Bad whitespace...
Diffstat (limited to 'src/newgrf_gui.cpp')
-rw-r--r--src/newgrf_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_gui.cpp b/src/newgrf_gui.cpp
index 13332ea6a..907ade31d 100644
--- a/src/newgrf_gui.cpp
+++ b/src/newgrf_gui.cpp
@@ -269,7 +269,7 @@ public:
DropDownListPresetItem(int result) : DropDownListItem(result, false) {}
virtual ~DropDownListPresetItem() {}
-
+
bool Selectable() const
{
return true;