diff options
Diffstat (limited to 'games/wesnoth/patches/patch-ac')
-rw-r--r-- | games/wesnoth/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/wesnoth/patches/patch-ac b/games/wesnoth/patches/patch-ac new file mode 100644 index 00000000000..c077ba9c005 --- /dev/null +++ b/games/wesnoth/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.11 2009/03/30 09:31:00 wiz Exp $ + +--- src/multiplayer_connect.cpp.orig 2009-02-23 07:05:50.000000000 +0000 ++++ src/multiplayer_connect.cpp +@@ -675,6 +675,7 @@ config connect::side::get_config() const + break; + case CNTR_LAST: + default: ++ description = N_("(empty)"); + assert(false); + break; + } |