Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 106301 Details for
Bug 138317
foomatic-ppdload ignores LanguageEncoding
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
Patch to fix UI language in printer properties
padmin-ui-lang.patch (text/plain), 1.31 KB, created by
Dan Williams
on 2004-11-08 21:00:09 UTC
(
hide
)
Description:
Patch to fix UI language in printer properties
Filename:
MIME Type:
Creator:
Dan Williams
Created:
2004-11-08 21:00:09 UTC
Size:
1.31 KB
patch
obsolete
>--- padmin/source/helper.cxx.lang-fix 2004-11-08 17:00:46.335593232 -0500 >+++ padmin/source/helper.cxx 2004-11-08 17:02:21.028197768 -0500 >@@ -133,27 +133,10 @@ > static ResMgr* pPaResMgr = NULL; > if( ! pPaResMgr ) > { >- LanguageType nLang = LANGUAGE_SYSTEM; >- >- utl::OConfigurationNode aNode = >- utl::OConfigurationTreeRoot::tryCreateWithServiceFactory( >- vcl::unohelper::GetMultiServiceFactory(), >- OUString::createFromAscii( "org.openoffice.Setup/L10N" ) ); >- if ( aNode.isValid() ) >- { >- rtl::OUString aLoc; >- Any aValue = aNode.getNodeValue( OUString::createFromAscii( "ooLocale" ) ); >- if( aValue >>= aLoc ) >- { >- LanguageType nTmpLang = ConvertIsoStringToLanguage( aLoc ); >- if( nTmpLang != LANGUAGE_DONTKNOW ) >- nLang = nTmpLang; >- } >- } >- pPaResMgr = ResMgr::SearchCreateResMgr( "spa" MAKE_NUMSTR(SUPD), nLang ); >+ LanguageType nLang; > AllSettings aSettings = Application::GetSettings(); >- aSettings.SetUILanguage( nLang ); >- Application::SetSettings( aSettings ); >+ nLang = aSettings.GetUILanguage(); >+ pPaResMgr = ResMgr::SearchCreateResMgr( "spa" MAKE_NUMSTR(SUPD), nLang ); > } > return ResId( nId, pPaResMgr ); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 138317
: 106301 |
106308
|
106309
|
110508
|
110509
|
115729
|
115752
|
115753