Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Nov 23, 2019
1 parent da20fbb commit 2ea14ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Analogy/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,11 @@ private async Task OpenOfflineFileWithSpecificDataProvider(string[] files)
RibbonPage page = (Mapping.ContainsKey(parser.FactoryID)) ? Mapping[parser.FactoryID] : null;
OpenOfflineLogs(page, files, parser.DataProvider);
}
XtraMessageBox.Show(
"Zero or more than one data provider detected for this file." + Environment.NewLine +
"Please open it directly from the data provider menu", "Unable to open file", MessageBoxButtons.OK,
MessageBoxIcon.Error);
else
XtraMessageBox.Show(
"Zero or more than one data provider detected for this file." + Environment.NewLine +
"Please open it directly from the data provider menu", "Unable to open file", MessageBoxButtons.OK,
MessageBoxIcon.Error);
}

}
Expand Down

0 comments on commit 2ea14ab

Please sign in to comment.