]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_settings_network.c
Remove the old standalone Clear buttons and do not allow incorporated Clear button...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_settings_network.c
index 9b6b7c33037fffef60d3f07564eb06f7405f8105..7b9e7f810c7eb9fd47e8d283ebba7493b05ca570 100644 (file)
@@ -56,5 +56,6 @@ void XonoticNetworkSettingsTab_fill(entity me)
        me.TR(me);
                me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Client UDP port:")));
                me.TD(me, 1, 0.64, e = makeXonoticInputBox(0, "cl_port"));
+                       e.enableClearButton = 0;
 }
 #endif