From 3cfa5354f2a6b164f0e46ebde60af3b0d697fbcd Mon Sep 17 00:00:00 2001 From: scarab Date: Mon, 18 Aug 2008 23:58:32 +0000 Subject: - dokonceni gettext zakladni podpory - je treba mozna jeste nekde uklidit zbytky po language - testujte a sezente lidi co nam to prelozi, kdzytak projedete .pot soubor a pokud najdete neco co by se melo jmenovat stejne nebo tak nejak tak opravit... git-svn-id: http://opensvn.csie.org/tuxanci_ng@223 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/modules/modMove.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/modules') diff --git a/src/modules/modMove.c b/src/modules/modMove.c index d1c626c..69af165 100755 --- a/src/modules/modMove.c +++ b/src/modules/modMove.c @@ -22,7 +22,6 @@ #include "publicServer.h" #endif - static export_fce_t *export_fce; static void move_tux(tux_t *tux, int x, int y, int w, int h) @@ -59,7 +58,7 @@ static void move_tux(tux_t *tux, int x, int y, int w, int h) break; default : - assert( ! _("Variable p->control has a really wierd value!") ); + assert( ! "Variable p->control has a really wierd value!" ); break; } -- cgit v1.2.3