mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-24 00:45:38 +05:00
Fix warning when loading SMESH plugins resources
This commit is contained in:
parent
99a1ddda17
commit
ffb7bc8359
@ -109,7 +109,7 @@ bool SMESHGUI_XmlHandler::startElement (const QString&, const QString&,
|
||||
SUIT_ResourceMgr* resMgr = SMESHGUI::resourceMgr();
|
||||
QString lang = resMgr->stringValue( resMgr->langSection(), "language", "en" );
|
||||
resMgr->loadTranslator( "resources", QString( "%1_msg_%2.qm" ).arg( aResName, lang ) );
|
||||
resMgr->loadTranslator( "resources", QString( "%1_images.qm" ).arg( aResName, lang ) );
|
||||
resMgr->loadTranslator( "resources", QString( "%1_images.qm" ).arg( aResName ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user