Add handle for translator acknowledgement
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 5 Dec 2010 12:47:26 +0000 (13:47 +0100)
committerArun Persaud <arun@nubati.net>
Sat, 11 Dec 2010 17:41:33 +0000 (09:41 -0800)
An empty string is printed in the about box, which can be 'translated'
to a message acknowledging the translator.

winboard/winboard.c
winboard/winboard.rc

index 439df1b..58759e7 100644 (file)
@@ -248,7 +248,7 @@ Boolean barbaric; // flag indicating if translation is needed
 #define ABOUTBOX2 -1\r
 \r
 int dialogItems[][40] = {\r
-{ ABOUTBOX, IDOK, 400 }, \r
+{ ABOUTBOX, IDOK, OPT_MESS, 400 }, \r
 { DLG_TimeControl, IDC_Babble, OPT_TCUseMoves, OPT_TCUseInc, OPT_TCUseFixed, \r
   OPT_TCtext1, OPT_TCtext2, OPT_TCitext1, OPT_TCitext2, OPT_TCftext, GPB_Factors,   IDC_Factor1, IDC_Factor2, IDOK, IDCANCEL }, \r
 { DLG_LoadOptions, OPT_Autostep, OPT_AStext1, IDOK, IDCANCEL }, \r
index 5bda4ec..23d7c23 100644 (file)
@@ -50,8 +50,7 @@ BEGIN
     LTEXT           "WinBoard 0.0.0",ABOUTBOX_Version,25,5,160,8\r
     LTEXT           "Enhancements Copyright 2005\r\nAlessandro Scotti",\r
                     IDC_STATIC,6,65,120,24\r
-    LTEXT           "",\r
-                    OPT_MESS,6,85,120,16\r
+    LTEXT           "      ", OPT_MESS,6,85,120,16\r
 END\r
 \r
 DLG_TimeControl DIALOG DISCARDABLE  6, 18, 263, 212\r