Re: [Scidvspc-users] Bug in PGN-export with language not equal English
Chess Database and Toolkit program
Brought to you by:
stevenaaus
From: Frank W. <fr...@gm...> - 2014-01-27 19:51:58
|
Thank you, Steve. Now I noticed that the functionality "Tools->Export Current Game->Export Game to PGN" works as expected there already now. I will use that one meantime until new version with that bug-fix is released - thanks again! Another question, although it's another issue definitely: What is the functionality of the button right beside of the "rotate board"-button in the main toolbar (looks like "copy"-button)? Didn't find anything of this one in the help-menue. Is it possible to create mouse-over-info's for those buttons in the main tool bar as well? Thanks again, Frank On Mon, 27 Jan 2014 10:16:02 +1000 Steve A <ste...@gm...> wrote: >> Hmmm.... This is longstanding behaviour, but is probably undesirable, >> and is now fixed in svn. >> Windows users can make this change to scid.gui (add the two lines >> with a '+') if they care to test. >> >> cheers, Steven >> >> } else { >> ### This currently only saves a single game, >> ### ... possibily/easily overwriting a multiple game pgn >> file S.A >> + setLanguageTemp E >> puts $tempfile \ >> [sc_game pgn -width 75 -symbols $::pgn::symbolicNags \ >> -indentVar $::pgn::indentVars -indentCom >> $::pgn::indentComments \ -space $::pgn::moveNumberSpaces -format >> plain -column $::pgn::columnFormat \ >> -markCodes $::pgn::stripMarks -stripbraces 1] >> close $tempfile >> + setLanguageTemp $::language >> ::recentFiles::add $fname >> set ::initialDir(file) [file tail $fname] >> updateMenuState |