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 | afe73dfe11a9dd6b8ad2364cacc0836f49220891 (patch) | |
tree | 9b21a7ac7ca01ae093208dcfcd1a098e9325ef1d /src | |
parent | 1a28c1c4ee850be7a62d6942a708ca0f0c2eece0 (diff) | |
download | openttd-afe73dfe11a9dd6b8ad2364cacc0836f49220891.tar.xz |
(svn r14009) -Cleanup (r14008): Bad whitespace...
Diffstat (limited to 'src')
-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; |