diff options
author | zuu <zuu@openttd.org> | 2015-11-14 13:06:26 +0000 |
---|---|---|
committer | zuu <zuu@openttd.org> | 2015-11-14 13:06:26 +0000 |
commit | 4fcaee1feeec1c7610b42e16ddfb1b7b8e8d25b1 (patch) | |
tree | ef7e841a5bfcba9c5e8589b82152b060574778fe /src | |
parent | 3261ff5cf1fd0a17746a36c12c2c3927880fed79 (diff) | |
download | openttd-4fcaee1feeec1c7610b42e16ddfb1b7b8e8d25b1.tar.xz |
(svn r27443) -Fix: Negoation in comment was wrong.
Diffstat (limited to 'src')
-rw-r--r-- | src/network/network_content_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_content_gui.cpp b/src/network/network_content_gui.cpp index 7ee1dbd99..5e79c51f8 100644 --- a/src/network/network_content_gui.cpp +++ b/src/network/network_content_gui.cpp @@ -848,7 +848,7 @@ public: } return ES_HANDLED; } - /* FALL THROUGH, space is pressed and filter isn't focused. */ + /* FALL THROUGH, space is pressed and filter is focused. */ default: return ES_NOT_HANDLED; |