Skip to content

Commit

Permalink
fixed inexistent directory exception on start
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex P committed Jun 26, 2018
1 parent c7d9b2d commit 90d04cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TopoDroidTranslator/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private void MainForm_Load(object sender, EventArgs e)
confLanguageCode = config.AppSettings.Settings["LanguageCode"].Value;

if (Directory.Exists(symbolsDirectory))
OpenSymbolsDirectory(symbolsDirectory);
OpenSymbolsDirectory(symbolsDirectory);
}
catch (Exception ex)
{
Expand Down

0 comments on commit 90d04cd

Please sign in to comment.