diff --git a/build.tk b/build.tk index 53cf762c..1da2060a 100755 --- a/build.tk +++ b/build.tk @@ -12,7 +12,7 @@ # #-------------------------------------------------------------- -# $Id: build.tk,v 1.11 2000-12-18 14:05:29 dfs Exp $ +# $Id: build.tk,v 1.12 2001-05-07 14:14:21 dfs Exp $ # the next line restarts using wish \ exec wish "$0" "$@" @@ -1781,9 +1781,9 @@ proc drawLogo { c bg {pengcolor #6699cc} } { # Does the logo thing #*********************************************************************** proc doLogo {} { - canvas .c -width 374 -height 286 -bg #FFFFCC + canvas .c -width 374 -height 286 -bg #FFFFFF pack .c - drawLogo .c #FFFFCC + drawLogo .c #FFFFFF # Funky effect .c create text 4 4 -anchor nw -text "Welcome to Remind" \ diff --git a/src/custom.h b/src/custom.h index 6d512629..82e6ff61 100644 --- a/src/custom.h +++ b/src/custom.h @@ -11,7 +11,7 @@ /* */ /***************************************************************/ -/* $Id: custom.h,v 1.27 2000-12-18 14:09:16 dfs Exp $ */ +/* $Id: custom.h,v 1.28 2001-05-07 14:14:24 dfs Exp $ */ /*---------------------------------------------------------------------*/ /* LAT_DEG, LAT_MIN and LAT_SEC: Latitude of your location */