José Matos wrote:
> On Thursday 24 May 2007 19:24:28 Peter Kümmel wrote:
>> Index: src/frontends/qt4/QDocument.cpp
>> ===================================================================
>> --- src/frontends/qt4/QDocument.cpp     (revision 18495)
>> +++ src/frontends/qt4/QDocument.cpp     (working copy)
>> @@ -891,7 +891,7 @@
>>         params.quotes_language = lga;
>>  
>>         int const pos = langModule->languageCO->currentIndex();
>> -       params.language = languages.getLanguage(lang_[pos]);
>> +       params.language = ::lyx::languages.getLanguage(lang_[pos]);
>>  
>>         // numbering
>>         if (params.getTextClass().hasTocLevels()) {
> 
>   Why is this needed only here?

I don't know, there is only on LANGUAGE_H macro.

>   Would not lyx::languages... be enough?

lyx:: is ok.

> 


-- 
Peter Kümmel

Reply via email to