To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42669





------- Additional comments from [EMAIL PROTECTED] Wed Feb 16 06:14:40 -0800 
2005 -------
pl: in vcl/source/app/svdata.cxx, there is this code:

    if ( !pSVData->mpResMgr )
    {
        pSVData->mpResMgr = ResMgr::CreateResMgr( VCL_CREATERESMGR_NAME( vcl ) 
);
        if ( !pSVData->mpResMgr )
        {
            ::com::sun::star::lang::Locale aLocale =
Application::GetSettings().GetUILocale();
            pSVData->mpResMgr = ResMgr::SearchCreateResMgr(
VCL_CREATERESMGR_NAME( vcl ), aLocale );
        }
    }

So there are two ways to create ResMgr. One without aLocale, one with aLocale. I
have yet to investigate details, but after commenting the call of
ResMgr::CreateResMgr, resources are in Czech.

The question are: why. And why for Czech only ;-) And why on Windows only ;-)


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to