Re: [Bug-XBoard] [bug #34980] Promotion in play at ICS fails with localized Xboard

2011-12-04 Thread Arun Persaud
Hi This is one of the reasons I want to get rid of the promotion popup. (Remember there are 22 different piece types for each color, and most of them are known under several different names and ID letters depending on the variant they appear in.) If it is up to me, the promotion popup can

Re: [Bug-XBoard] [bug #34980] Promotion in play at ICS fails with localized Xboard

2011-12-03 Thread h.g. muller
At 21:49 3-12-2011 +, Byrial Jensen wrote: Anyway I looked at the function PromotionCallback() in xboard.c and found this code: if (strcmp(name, _(Knight)) == 0) { promoChar = 'n'; } else if (strcmp(name, _(Promote)) == 0) { promoChar = '+'; } else if (strcmp(name,