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

totally pointless intermediate object

üst 49c7f614
......@@ -59,9 +59,7 @@ namespace frm
if (m_pImpl)
return;
ByteString sFileName("frm");
m_pImpl = SimpleResMgr::Create(sFileName.GetBuffer(), Application::GetSettings().GetUILocale());
m_pImpl = SimpleResMgr::Create("frm", Application::GetSettings().GetUILocale());
if (m_pImpl)
{
......
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