Kaydet (Commit) ed9a8291 authored tarafından Caolán McNamara's avatar Caolán McNamara

this SUPD is wrong since the .res stopped getting versioned

Change-Id: I93e970902f4862fa895aa768cdcb72399a1997d8
üst 0e0f3561
...@@ -1103,10 +1103,7 @@ sal_Bool T602ImportFilterDialog::OptionsDlg() ...@@ -1103,10 +1103,7 @@ sal_Bool T602ImportFilterDialog::OptionsDlg()
void T602ImportFilterDialog::initLocale() void T602ImportFilterDialog::initLocale()
{ {
OString aModName( "t602filter" ); mpResMgr = ResMgr::CreateResMgr( "t602filter", LanguageTag( meLocale) );
aModName += OString::number( SUPD );
mpResMgr = ResMgr::CreateResMgr( aModName.getStr(), LanguageTag( meLocale) );
} }
ResMgr* T602ImportFilterDialog::getResMgr() ResMgr* T602ImportFilterDialog::getResMgr()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment