Hubert Figuiere wrote:
> On Sat, 2005-04-09 at 16:33 +0100, Tomas Frydrych wrote:
>
>>This should fix 8393. I had to change the parameter in two of the
>>XAP_Dialog_Language functions from UT_UTF8String to UT_String.
>
>
> This is wrong: UT_String should be avoided AT ALL COST.
> What should have been done is changing
> s = pSS->getValue(...);
> By
> s = pSS->getValueUTF8(...);
>
It is fixed. Win32 should build.
Fix bug 8393 the right way.
CVS: Modified Files:
CVS: src/af/xap/unix/xap_UnixDlg_Language.cpp
CVS: src/af/xap/win/xap_Win32Dlg_Language.cpp
CVS: src/af/xap/xp/xap_Dlg_Language.cpp
CVS: src/af/xap/xp/xap_Dlg_Language.h
Attached is the patch for backport.
Uwog, please disregard previous commit and use that patch.
Hub
This archive was generated by hypermail 2.1.8 : Mon Apr 11 2005 - 07:46:02 CEST