This commit is contained in:
Rick V 2019-03-20 20:55:58 -05:00
parent 39ce3dc70a
commit 1eca9e4726
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465
2 changed files with 1 additions and 1 deletions

View File

@ -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);

View File

@ -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