summaryrefslogtreecommitdiff
path: root/network_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'network_gui.c')
-rw-r--r--network_gui.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/network_gui.c b/network_gui.c
index aa73b854f..d4920f80c 100644
--- a/network_gui.c
+++ b/network_gui.c
@@ -309,6 +309,13 @@ static void NetworkGameWindowWndProc(Window *w, WindowEvent *e)
_selected_item = NULL;
}
}
+ break;
+ }
+
+ switch (HandleEditBoxKey(w, 3, e)) {
+ case 1:
+ HandleButtonClick(w, 8);
+ break;
}
// The name is only allowed when it starts with a letter!