diff options
author | peter1138 <peter1138@openttd.org> | 2008-08-06 20:14:21 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-08-06 20:14:21 +0000 |
commit | aff313cd4be79a1b75780c83f735dbffcd0ead4a (patch) | |
tree | 9b21a7ac7ca01ae093208dcfcd1a098e9325ef1d | |
parent | 1e5175451a2fe84effe9d844999cb6b618c8aeaa (diff) | |
download | openttd-aff313cd4be79a1b75780c83f735dbffcd0ead4a.tar.xz |
(svn r14009) -Cleanup (r14008): Bad whitespace...
-rw-r--r-- | src/newgrf_gui.cpp | 2 |
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; |