~diesch/ubuntu/trusty/scid/fix-for-1277520

« back to all changes in this revision

Viewing changes to tcl/end.tcl

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Korff
  • Date: 2010-01-12 12:46:24 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100112124624-d6cagy40mtvfu7vk
Tags: 1:4.2.0.cvs20100120-1
* New upstream version. The "Help/About Scid" menu states, that we 
  work with a 4.2 developmet version.
* Added a misc:Depends to the depends section in control
* Changed section from optional to extra to avoid warnings from debcheck,
  because of a depends on oss-compat, which is extra on other architectures
* Reworked the suggests in control. At first I wanted to avoid the suggest on 
  crafty (debcheck reports it is unavailable on some archs). For me this is 
  a suggestion and I do want the users to know that there is a crafty around.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1219
1219
#    Displays information about Scid.
1220
1220
#
1221
1221
proc helpAbout {} {
 
1222
    # for {set g 1} { $g <= [sc_base numGames ] } {incr g} {
 
1223
        # sc_game load $g
 
1224
        # ::game::Strip comments
 
1225
        # ::game::Strip variations
 
1226
        # sc_game save $g
 
1227
    # }
 
1228
    # return
1222
1229
  ::utils::sound::PlaySound sound_move
1223
1230
  set str {}
1224
1231
  append str "Scid: Shane's chess information database\n\n"