Changeset 27587

Show
Ignore:
Timestamp:
11/16/08 21:35:27 (2 months ago)
Author:
sanda
Message:

another fix for trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lyx-devel/trunk/src/Thesaurus.cpp

    r27584 r27587  
    111111{ 
    112112        // we support English only 
    113         return prefixIs(lang, "en_"); 
     113        return prefixIs(lang, from_ascii("en_")); 
    114114} 
    115115