diff options
author | wolfsuit <wolfsuit> | 2001-10-17 06:51:28 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2001-10-17 06:51:28 (GMT) |
commit | 0b64d45c003691be2d70c9418f49868d3e9a3660 (patch) | |
tree | f1fb6410eef28d1e63d784709c5cf22507645b97 | |
parent | a3014412e50718ef8e18906598145caab4b898f0 (diff) | |
download | tk-0b64d45c003691be2d70c9418f49868d3e9a3660.zip tk-0b64d45c003691be2d70c9418f49868d3e9a3660.tar.gz tk-0b64d45c003691be2d70c9418f49868d3e9a3660.tar.bz2 |
Stupid typo sting -> string
-rw-r--r-- | library/bgerror.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/bgerror.tcl b/library/bgerror.tcl index aae169f..c1f5364 100644 --- a/library/bgerror.tcl +++ b/library/bgerror.tcl @@ -9,8 +9,8 @@ # Copyright (c) 1998-2000 by Ajuba Solutions. # All rights reserved. # -# RCS: @(#) $Id: bgerror.tcl,v 1.17.2.1 2001/10/15 09:22:00 wolfsuit Exp $ -# $Id: bgerror.tcl,v 1.17.2.1 2001/10/15 09:22:00 wolfsuit Exp $ +# RCS: @(#) $Id: bgerror.tcl,v 1.17.2.2 2001/10/17 06:51:28 wolfsuit Exp $ +# $Id: bgerror.tcl,v 1.17.2.2 2001/10/17 06:51:28 wolfsuit Exp $ option add *ErrorDialog.function.text [::msgcat::mc "Save To Log"] \ widgetDefault @@ -92,7 +92,7 @@ proc ::bgerror err { # Ok the application's tkerror either failed or was not found # we use the default dialog then : - if {[sting equal $tcl_platform(platform) "macintosh"] + if {[string equal $tcl_platform(platform) "macintosh"] || [string equal $tcl_platform(windowingsystem) "aqua"]} { set ok [::msgcat::mc "Ok"] set messageFont system |