summaryrefslogtreecommitdiff
path: root/src/network/network_content_gui.cpp
diff options
context:
space:
mode:
authorzuu <zuu@openttd.org>2015-11-14 13:06:26 +0000
committerzuu <zuu@openttd.org>2015-11-14 13:06:26 +0000
commit4fcaee1feeec1c7610b42e16ddfb1b7b8e8d25b1 (patch)
treeef7e841a5bfcba9c5e8589b82152b060574778fe /src/network/network_content_gui.cpp
parent3261ff5cf1fd0a17746a36c12c2c3927880fed79 (diff)
downloadopenttd-4fcaee1feeec1c7610b42e16ddfb1b7b8e8d25b1.tar.xz
(svn r27443) -Fix: Negoation in comment was wrong.
Diffstat (limited to 'src/network/network_content_gui.cpp')
-rw-r--r--src/network/network_content_gui.cpp2
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;