From 9c71274e5c4cde5dd99a0eb927243f6c481df1f2 Mon Sep 17 00:00:00 2001 From: scarab Date: Mon, 18 Aug 2008 21:50:13 +0000 Subject: - hromada preklapeni na gettext - zbyva odstranit language funkci - pak uz zbyva pouze rozchodit uplne gettext a vyrobit preklady git-svn-id: http://opensvn.csie.org/tuxanci_ng@222 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/client/font.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/client/font.c') diff --git a/src/client/font.c b/src/client/font.c index b81c398..7e95286 100755 --- a/src/client/font.c +++ b/src/client/font.c @@ -40,8 +40,9 @@ void initFont(char *file,int size) TTF_SetFontStyle(g_font, TTF_STYLE_NORMAL); fontSize = size; - - printf("init font.. (%s)\n", file); +#ifdef DEBUG + printf("Loading font: \"%s\"\n", file); +#endif isFontInit = TRUE; } @@ -133,7 +134,8 @@ void quitFont() { TTF_CloseFont(g_font); TTF_Quit(); - - printf("quit font\n"); +#ifdef DEBUG + printf(_("Unloading font\n")); +#endif isFontInit = FALSE; } -- cgit v1.2.3