Skip to content

Commit

Permalink
Fix Register
Browse files Browse the repository at this point in the history
Fix register does not work if alm dict has reversed.
But if in the case, no reverse has necessary and reverse block the process ...
  • Loading branch information
FlashModz authored Nov 25, 2018
1 parent 9463433 commit 614b267
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions LauncherArma3/LauncherArma3/registerForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ private void registerForm_Load(object sender, EventArgs e)
registerPassConfirm.Hint = translateDic["passwordConfirm"];
loginLink.Text = translateDic["logIn"];
loginMessage.Text = translateDic["loginMsg"];

if (translateDic["reverse"] == "true")
{
this.RightToLeft = RightToLeft.Yes;
this.RightToLeftLayout = true;
}
}

private void registerLink_Click(object sender, EventArgs e)
Expand Down

0 comments on commit 614b267

Please sign in to comment.