[Rt-commit] r14001 - rt/3.8/branches/3.8.0-releng/share/html/Widgets

jesse at bestpractical.com jesse at bestpractical.com
Fri Jul 11 11:14:01 EDT 2008


Author: jesse
Date: Fri Jul 11 11:13:57 2008
New Revision: 14001

Modified:
   rt/3.8/branches/3.8.0-releng/share/html/Widgets/FinalizeWidgetArguments

Log:
 r39536 at 68-246-144-190 (orig r13940):  elacour | 2008-07-10 07:14:49 -0400
  r9972 at datura:  manu | 2008-07-10 13:14:25 +0200
  Process Hints localization.
 


Modified: rt/3.8/branches/3.8.0-releng/share/html/Widgets/FinalizeWidgetArguments
==============================================================================
--- rt/3.8/branches/3.8.0-releng/share/html/Widgets/FinalizeWidgetArguments	(original)
+++ rt/3.8/branches/3.8.0-releng/share/html/Widgets/FinalizeWidgetArguments	Fri Jul 11 11:13:57 2008
@@ -50,6 +50,7 @@
 
     %args = (%args, %{ $args{Callback}->() }) if $args{Callback};
     $args{'Description'} = loc( $args{'Description'} ) if $args{'Description'};
+    $args{'Hints'} = loc( $args{'Hints'} ) if $args{'Hints'};
     if ( $args{'ValuesLabel'} ) {
         while (my ($k, $v) = each %{ $args{'ValuesLabel'} } ) {
             $args{'ValuesLabel'}->{$k} = loc( $args{'ValuesLabel'}->{$k} );


More information about the Rt-commit mailing list