projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
57cba90
)
One missed translation of cps->which
author
Byrial Jensen
<byrial@vip.cybercity.dk>
Wed, 22 Feb 2012 23:59:36 +0000 (
00:59
+0100)
committer
Byrial Jensen
<byrial@vip.cybercity.dk>
Wed, 22 Feb 2012 23:59:36 +0000 (
00:59
+0100)
backend.c
patch
|
blob
|
history
diff --git
a/backend.c
b/backend.c
index
9b0fb08
..
3cd2f0c
100644
(file)
--- a/
backend.c
+++ b/
backend.c
@@
-13354,7
+13354,7
@@
WaitForEngine (ChessProgramState *cps, DelayedEventCallback retry)
} else {
/* kludge: allow timeout for initial "feature" command */
FreezeUI();
- snprintf(buf, MSG_SIZ, _("Starting %s chess program"), cps->which);
+ snprintf(buf, MSG_SIZ, _("Starting %s chess program"), _(cps->which));
DisplayMessage("", buf);
ScheduleDelayedEvent(retry, FEATURE_TIMEOUT);
}