bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Export to GammOnLine fails


From: Nardy Pillards
Subject: Re: [Bug-gnubg] Export to GammOnLine fails
Date: Wed, 23 Oct 2002 11:27:57 +0200

> Export to GammOnLine fails with message on status line: Unknown keyword
'gammonline' - try 'help'.
>
> Message appears when you click Save on the export dialog
>
> Windows 2000,  gbdm.dll 1.8.0.0
> Build Oct 22 2002, from Nardy's site.

gtkgame.c, line 3385 :

  FileCommand( _("Export position to GammOnline (HTML)"),
               sz, "export position gammonline", "html" );

The commandline command =
export position gammononline

So I think gtkgame.c must be:

  FileCommand( _("Export position to GammOnline (HTML)"),
               sz, "export position gammononline", "html" );

(or change the commands from gammononline to gammonline)

There is a corrected build (Latest Build) on my webpage published now.
http://users.skynet.be/bk228456/GNUBgW.htm#LatestBuild

Nardy





reply via email to

[Prev in Thread] Current Thread [Next in Thread]