From 39a2ac2a4193722e991ffec1e5c78abca2d19244 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Fri, 15 Dec 2006 00:11:59 +0000 Subject: [PATCH] Remove "(experimental)" from netplay options. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2599 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/build/unix/build.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/build/unix/build.config b/sc2/build/unix/build.config index f70aef2ee..8c8cac546 100644 --- a/sc2/build/unix/build.config +++ b/sc2/build/unix/build.config @@ -224,7 +224,7 @@ uqm_prepare_config() netplay_none_action() { NETPLAY="" } - CHOICE_netplay_OPTION_full_TITLE="IPv4 and IPv6 (experimental)" + CHOICE_netplay_OPTION_full_TITLE="IPv4 and IPv6" CHOICE_netplay_OPTION_full_ACTION=netplay_full_action netplay_full_action() { CFLAGS="$CFLAGS -DNETPLAY=NETPLAY_FULL" @@ -233,7 +233,7 @@ uqm_prepare_config() fi NETPLAY="FULL" } - CHOICE_netplay_OPTION_ipv4_TITLE="IPv4; no IPv6 (experimental)" + CHOICE_netplay_OPTION_ipv4_TITLE="IPv4; no IPv6" CHOICE_netplay_OPTION_ipv4_ACTION=netplay_ipv4_action netplay_ipv4_action() { CFLAGS="$CFLAGS -DNETPLAY=NETPLAY_IPV4"