From: Arun Persaud Date: Tue, 19 Feb 2013 01:11:32 +0000 (-0800) Subject: removed two more translations from debug output X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=7db250c6cdb5845ac9b448c1e7fda8da7e04db04 removed two more translations from debug output --- diff --git a/gtk/xboard.c b/gtk/xboard.c index a4f721d..a1e8c0a 100644 --- a/gtk/xboard.c +++ b/gtk/xboard.c @@ -1236,7 +1236,7 @@ FindFont (char *pattern, int targetPxlSize) safeStrCpy(p, best, strlen(best)+1 ); } if (appData.debugMode) { - fprintf(debugFP, _("resolved %s at pixel size %d\n to %s\n"), + fprintf(debugFP, "resolved %s at pixel size %d\n to %s\n", pattern, targetPxlSize, p); } XFreeFontNames(fonts); diff --git a/xaw/xboard.c b/xaw/xboard.c index 5db447a..cdd93a9 100644 --- a/xaw/xboard.c +++ b/xaw/xboard.c @@ -1622,7 +1622,7 @@ FindFont (char *pattern, int targetPxlSize) safeStrCpy(p, best, strlen(best)+1 ); } if (appData.debugMode) { - fprintf(debugFP, _("resolved %s at pixel size %d\n to %s\n"), + fprintf(debugFP, "resolved %s at pixel size %d\n to %s\n", pattern, targetPxlSize, p); } XFreeFontNames(fonts);