SourceForge: woof/woof: changeset 119:b149bd7547bb
Minor fixes
authorAshok P. Nadkarni <apnadkarni@users.sourceforge.net>
Wed Nov 11 15:30:41 2009 +0530 (2 weeks ago)
changeset 119b149bd7547bb
parent 1189434211d547a
child 120261474763196
Minor fixes
app/controllers/_woof/docs/views/main.wtf
scripts/installer.tcl
     1.1 --- a/app/controllers/_woof/docs/views/main.wtf	Wed Nov 11 13:24:02 2009 +0530
     1.2 +++ b/app/controllers/_woof/docs/views/main.wtf	Wed Nov 11 15:30:41 2009 +0530
     1.3 @@ -10,7 +10,7 @@
     1.4  <h2>[my _heading]</h2>
     1.5  %(
     1.6    if {![page fetch content content]} {
     1.7 -    set content "<p>The page you were looking for was not found. Please select a chapter from the Table of Contents in the left pane.</p>"
     1.8 +    set content "<p>This section is still to be written.</p>"
     1.9    }
    1.10  %)
    1.11  $content
     2.1 --- a/scripts/installer.tcl	Wed Nov 11 13:24:02 2009 +0530
     2.2 +++ b/scripts/installer.tcl	Wed Nov 11 15:30:41 2009 +0530
     2.3 @@ -255,7 +255,7 @@
     2.4          # TBD - change path to icon
     2.5          set fd [open $rc_file w]
     2.6          puts $fd [format {
     2.7 -TCLSH ICON "public/images/woof/_woof_icon.ico"
     2.8 +TCLSH ICON "public/images/_woof/woof_icon.ico"
     2.9  1 VERSIONINFO
    2.10  FILEVERSION %1$d, %2$d, 0, 0
    2.11  PRODUCTVERSION %1$d, %2$d, 0, 0