summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorericm <ericm>2000-07-17 21:07:53 (GMT)
committerericm <ericm>2000-07-17 21:07:53 (GMT)
commit5639e25fb3edd0cddd18009ca67ada39ec3bbb56 (patch)
tree6c5ff9a4fffd6cd03fa2666f3832aafbe4755214
parent904a908fe851755033e10118923ea931c8ffd2d6 (diff)
downloadtk-5639e25fb3edd0cddd18009ca67ada39ec3bbb56.zip
tk-5639e25fb3edd0cddd18009ca67ada39ec3bbb56.tar.gz
tk-5639e25fb3edd0cddd18009ca67ada39ec3bbb56.tar.bz2
* library/bgerror.tcl: Fixed a typo in one of the bgerror dialog
label.
-rw-r--r--ChangeLog3
-rw-r--r--library/bgerror.tcl6
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6145691..c12c380 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2000-07-17 Eric Melski <ericm@scriptics.com>
+ * library/bgerror.tcl: Fixed a typo in one of the bgerror dialog
+ label.
+
* library/msgs/it.msg: Italian message catalog, from Paolo
Brutti. [RFE: 6012].
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.