From 0d2b00ca675fdb80a944a4ba403d078d728fa087 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 22 Aug 2017 14:35:03 +0200 Subject: Convert BWS and add all required fields silently Fixes #15 --- Aktywator/MainForm.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Aktywator/MainForm.cs') 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 -- cgit v1.2.3