From 5639e25fb3edd0cddd18009ca67ada39ec3bbb56 Mon Sep 17 00:00:00 2001 From: ericm Date: Mon, 17 Jul 2000 21:07:53 +0000 Subject: * library/bgerror.tcl: Fixed a typo in one of the bgerror dialog label. --- ChangeLog | 3 +++ library/bgerror.tcl | 6 +++--- 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 + * 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. -- cgit v0.12