diff options
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 05569c1..d926269 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.30 2006/01/25 18:22:04 dgp Exp $ -# $Id: bgerror.tcl,v 1.30 2006/01/25 18:22:04 dgp Exp $ +# RCS: @(#) $Id: bgerror.tcl,v 1.31 2006/01/31 21:39:29 dkf Exp $ +# $Id: bgerror.tcl,v 1.31 2006/01/31 21:39:29 dkf Exp $ namespace eval ::tk::dialog::error { namespace import -force ::tk::msgcat::* @@ -124,7 +124,7 @@ proc ::tk::dialog::error::bgerror err { set w .bgerrorDialog set title [mc "Application Error"] - set text "Error: $displayedErr" + set text [mc "Error: %1\$s" $displayedErr] set buttons [list ok $ok dismiss [mc "Skip Messages"] \ function [mc "Details >>"]] |