Skip to content

Commit

Permalink
User name is initially selected now for consistent experience with ge…
Browse files Browse the repository at this point in the history
…neral UI guidelines
  • Loading branch information
rozmansi committed Jun 9, 2016
1 parent eadcc5e commit 04b8960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EAPMethods/src/EAP_UI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ bool wxPasswordCredentialsPanel::TransferDataToWindow()
wxCHECK(__super::TransferDataToWindow(), false);

m_identity->SetValue(m_cred.m_identity);
m_identity->SetSelection(0, -1);
m_password->SetValue(m_cred.m_password.empty() ? wxEmptyString : s_dummy_password);

return true;
Expand Down

0 comments on commit 04b8960

Please sign in to comment.