Skip to content

Commit

Permalink
Repopulate the patch list when chaning language as well due to the va…
Browse files Browse the repository at this point in the history
…nilla option changing names
  • Loading branch information
Tudi20 committed Oct 4, 2019
1 parent dceddfe commit 61e8340
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Universal THCRAP Launcher/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public MainForm()

#region Global variables

private const char HOTFIX_SUFFIX = 'b';
private const char HOTFIX_SUFFIX = 'c';

private const string CONFIG_FILE = "utl_config.json";
private readonly Image _custom = new Bitmap(Resources.Custom);
Expand Down
2 changes: 1 addition & 1 deletion Universal THCRAP Launcher/Resources/BuildDate.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2019. 09. 19. 21:13:03,50
2019. 10. 04. 17:47:36,17
Central Europe Standard Time
1 change: 1 addition & 0 deletions Universal THCRAP Launcher/SettingsForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ private void languageComboBox_SelectedIndexChanged(object sender, EventArgs e)
UpdateLang();
UpdateCredits();
_mf.PopulateGames();
_mf.PopulatePatchList();
}
private void Btn_dwnlAllLangs_Click(object sender, EventArgs e)
{
Expand Down

0 comments on commit 61e8340

Please sign in to comment.