Kaydet (Commit) 3daae54d authored tarafından Szymon Kłos's avatar Szymon Kłos

PlaceEditDialog: Encode username

Change-Id: Iaedb63df57196ee291f29976f611075289a5255a
üst ce1bf99e
......@@ -79,7 +79,8 @@ PlaceEditDialog::PlaceEditDialog(vcl::Window* pParent, const std::shared_ptr<Pla
// Fill the Username field
if ( rUrl.HasUserData( ) )
m_pEDUsername->SetText( rUrl.GetUser( ) );
m_pEDUsername->SetText( INetURLObject::decode( rUrl.GetUser( ),
INetURLObject::DECODE_WITH_CHARSET ) );
}
}
......
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