projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
eea9762
)
removed two more translations from debug output
author
Arun Persaud
<arun@nubati.net>
Tue, 19 Feb 2013 01:11:32 +0000 (17:11 -0800)
committer
Arun Persaud
<arun@nubati.net>
Tue, 19 Feb 2013 01:11:32 +0000 (17:11 -0800)
gtk/xboard.c
patch
|
blob
|
history
xaw/xboard.c
patch
|
blob
|
history
diff --git
a/gtk/xboard.c
b/gtk/xboard.c
index
a4f721d
..
a1e8c0a
100644
(file)
--- 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
(file)
--- 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);