diff options
author | emkael <emkael@tlen.pl> | 2017-08-22 14:35:03 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-08-22 14:35:42 +0200 |
commit | 0d2b00ca675fdb80a944a4ba403d078d728fa087 (patch) | |
tree | 809aac598f3a63badd01d0c2b5ccc3c3f4a594d6 /Aktywator/MainForm.cs | |
parent | c3be44ed94e61c3c4bb6a69f0db891580ee7a037 (diff) |
Convert BWS and add all required fields silently
Fixes #15
Diffstat (limited to 'Aktywator/MainForm.cs')
-rw-r--r-- | Aktywator/MainForm.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs index 01c7e19..85ec29f 100644 --- a/Aktywator/MainForm.cs +++ b/Aktywator/MainForm.cs @@ -63,10 +63,7 @@ namespace Aktywator } bws = new Bws(filename, this); - if (!bws.isBm2()) - if (MessageBox.Show("Ten BWS nie jest przygotowany dla BM2. Przekonwertować?", "Konwersja do BM2", - MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) - bws.convert(); + bws.convert(); labelFilename.Text = filename; // cloning Setting List returned from Bws, because we're going to extend it for version tracking purposes |