X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwinboard.c;h=6bdcf3a8f57b38fc3e5a41a20872d7b199154693;hb=f00b56b34a1d43c6cc3e7489fdde4f284d776420;hp=275368ec240e625948fd7b57189a89699b38c16b;hpb=7b4dacf6fe9f8c10b6eb4d6070869a3d933dbeb5;p=xboard.git diff --git a/winboard/winboard.c b/winboard/winboard.c index 275368e..6bdcf3a 100644 --- a/winboard/winboard.c +++ b/winboard/winboard.c @@ -2295,7 +2295,7 @@ SaveSettings(char* name) return; } fprintf(f, ";\n"); - fprintf(f, "; %s %s.%s Save Settings file\n", PRODUCT, VERSION, PATCHLEVEL); + fprintf(f, "; %s Save Settings file\n", PACKAGE_STRING); fprintf(f, ";\n"); fprintf(f, "; You can edit the values of options that are already set in this file,\n"); fprintf(f, "; but if you add other options, the next Save Settings will not save them.\n");