Print message on wrong use of Clone Tourney
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 12 Oct 2011 15:41:18 +0000 (17:41 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 12 Oct 2011 15:56:40 +0000 (17:56 +0200)
The user is urged to first provide the name of an existing tourney file
when he presses the button without one. The button is also renamed.

winboard/wsettings.c

index 509b6d4..83472f5 100644 (file)
@@ -741,7 +741,7 @@ void Inspect(HWND hDlg)
        swiss = appData.tourneyType < 0;\r
        SetOptionValues(hDlg, NULL, activeList);\r
        FREE(appData.saveGameFile); appData.saveGameFile = saveSaveFile;\r
-    }\r
+    } else DisplayError(_("First you must specify an existing tourney file to clone"), 0);\r
 }\r
 \r
 void TimeControlOptionsPopup P((HWND hDlg));\r
@@ -773,7 +773,7 @@ Option tourneyOptions[] = {
   { 0,  0,          0, NULL, (void*) &UpgradeParticipant, "", NULL, Button, N_("Upgrade Engine") },\r
   { 0,  0,          0, NULL, (void*) &TimeControlOptionsPopup, "", NULL, Button, N_("Time Control...") },\r
   { 0,  0,          0, NULL, (void*) &UciOptionsPopup, "", NULL, Button, N_("Common Engine...") },\r
-  { 0,  0,          0, NULL, (void*) &Inspect, "", NULL, Button, N_("Inspect TourneyFile") },\r
+  { 0,  0,          0, NULL, (void*) &Inspect, "", NULL, Button, N_("Clone Tourney") },\r
   { 0, 0, 0, NULL, (void*) &MatchOK, "", NULL, EndMark , "" }\r
 };\r
 \r