Skip to content

Commit 295defe

Browse files
committed
Updated DataWarehouseAutomation.dll
1 parent 2404e3f commit 295defe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Virtual_EDW/Form_Main.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -636,9 +636,7 @@ private void openVDWConfigurationSettingsFileToolStripMenuItem_Click(object send
636636
}
637637
catch (Exception ex)
638638
{
639-
richTextBoxInformationMain.Text =
640-
"An error has occured while attempting to open the VDW configuration file. The error message is: " +
641-
ex;
639+
richTextBoxInformationMain.Text = "An error has occurred while attempting to open the VDW configuration file. The error message is: " + ex;
642640
}
643641
}
644642

512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)