tFix for NLS when not building curses client - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit d2e344f2923e67b9c0d9f80f7d1b9643833887e1
(DIR) parent 0e211e6b353b2c1328394fc0b0ca07e29d0a8bb6
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Fri, 7 Dec 2001 20:46:52 +0000
Fix for NLS when not building curses client
Diffstat:
M src/curses_client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/curses_client.c b/src/curses_client.c
t@@ -2063,7 +2063,7 @@ void CursesLoop(void) {
#else
#include <glib.h>
-#include "dopewars.h" /* We need this for the definition of '_' */
+#include "nls.h" /* We need this for the definition of '_' */
void CursesLoop(void) {
g_print(_("No curses client available - rebuild the binary passing the\n"