diff options
author | ericm <ericm> | 2000-07-17 21:07:53 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-07-17 21:07:53 (GMT) |
commit | 5639e25fb3edd0cddd18009ca67ada39ec3bbb56 (patch) | |
tree | 6c5ff9a4fffd6cd03fa2666f3832aafbe4755214 /library | |
parent | 904a908fe851755033e10118923ea931c8ffd2d6 (diff) | |
download | tk-5639e25fb3edd0cddd18009ca67ada39ec3bbb56.zip tk-5639e25fb3edd0cddd18009ca67ada39ec3bbb56.tar.gz tk-5639e25fb3edd0cddd18009ca67ada39ec3bbb56.tar.bz2 |
* library/bgerror.tcl: Fixed a typo in one of the bgerror dialog
label.
Diffstat (limited to 'library')
-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 cbdc309..c2fd1df 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.12 2000/06/30 06:38:38 ericm Exp $ -# $Id: bgerror.tcl,v 1.12 2000/06/30 06:38:38 ericm Exp $ +# RCS: @(#) $Id: bgerror.tcl,v 1.13 2000/07/17 21:07:54 ericm Exp $ +# $Id: bgerror.tcl,v 1.13 2000/07/17 21:07:54 ericm Exp $ option add *ErrorDialog.function.text [::msgcat::mc "Save To Log"] \ widgetDefault @@ -128,7 +128,7 @@ proc bgerror err { set title [::msgcat::mc "Application Error"] set text [::msgcat::mc "Error: %1\$s" $err] set buttons [list ok $ok dismiss [::msgcat::mc "Skip Messages"] \ - function [::msgcat::mc "Details >>"]] + function [::msgcat::mc "Details >>"]] # 1. Create the top-level window and divide it into top # and bottom parts. |