pull/418/head
Rick V 5 years ago
parent 39ce3dc70a
commit 1eca9e4726
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -134,6 +134,7 @@
//
// btnAbout
//
this.btnAbout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnAbout.Location = new System.Drawing.Point(259, 415);
this.btnAbout.Name = "btnAbout";
this.btnAbout.Size = new System.Drawing.Size(75, 23);

@ -161,7 +161,6 @@ end;
procedure InitializeWizard();
var
Version: TWindowsVersion;
S: String;
begin
GetWindowsVersionEx(Version);
// if we already have a generic openvpn tap driver installed, then skip all the downloading

Loading…
Cancel
Save