Changeset 1000:5e1257ab54c4

Show
Ignore:
Timestamp:
03/20/10 16:58:20 (3 years ago)
Author:
tgambet
Branch:
default
convert_revision:
svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@1001
Message:

Changed call to Language.getContext to match the new signature

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/org/w3c/unicorn/output/OutputModule.java

    r562 r1000  
    1 // $Id: OutputModule.java,v 1.11 2009-09-29 16:04:35 tgambet Exp $ 
     1// $Id: OutputModule.java,v 1.12 2010-03-20 16:58:20 tgambet Exp $ 
    22// Author: Damien LEROY. 
    33// (c) COPYRIGHT MIT, ERCIM ant Keio, 2006. 
     
    6262 
    6363        protected void displayOnIndex(Map<String, Object> mapOfStringObject, Writer writer) { 
    64                 VelocityContext context = new VelocityContext(Language.getContext(outputParameters.get("lang"))); 
     64                VelocityContext context = new VelocityContext(Language.getContext(Language.getLocale(outputParameters.get("lang")))); 
    6565                 
    6666                for (final String sObjectName : mapOfStringObject.keySet())