diff --git a/network_gui.c b/network_gui.c index aa73b854f4..d4920f80c2 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!