mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Update installer and fix two tiny mistakes.
This commit is contained in:
parent
16880b3527
commit
e2598364b2
3 changed files with 15 additions and 14 deletions
|
@ -3,12 +3,13 @@
|
|||
|
||||
[Setup]
|
||||
AppName=Zone Builder
|
||||
AppVerName=Zone Builder 2.9
|
||||
AppPublisher=MascaraSnake
|
||||
AppPublisherURL=http://mb.srb2.org/member.php?u=3131
|
||||
AppSupportURL=http://mb.srb2.org/showthread.php?t=41033
|
||||
AppUpdatesURL=http://mb.srb2.org/showthread.php?t=41033
|
||||
DefaultDirName={pf}\Zone Builder
|
||||
AppVerName=Zone Builder 2.10
|
||||
VersionInfoVersion=2.10.0.2501
|
||||
AppPublisher=Sonic Team Junior
|
||||
AppPublisherURL=https://www.srb2.org/
|
||||
AppSupportURL=https://git.do.srb2.org/STJr/ZoneBuilder
|
||||
AppUpdatesURL=https://git.do.srb2.org/STJr/ZoneBuilder
|
||||
DefaultDirName={commonpf}\Zone Builder
|
||||
DefaultGroupName=Zone Builder
|
||||
AllowNoIcons=true
|
||||
InfoBeforeFile=..\Setup\disclaimer.txt
|
||||
|
@ -22,7 +23,7 @@ AppMutex=zonebuilder
|
|||
PrivilegesRequired=admin
|
||||
ShowLanguageDialog=no
|
||||
LanguageDetectionMethod=none
|
||||
MinVersion=0,5.01.2600
|
||||
MinVersion=0,6.1sp1
|
||||
UninstallDisplayIcon={app}\Builder.exe
|
||||
WizardImageFile=..\Setup\WizardLarge.bmp
|
||||
WizardSmallImageFile=..\Setup\WizardSmall.bmp
|
||||
|
|
|
@ -32,7 +32,7 @@ namespace CodeImp.DoomBuilder.Data
|
|||
|
||||
private int offsetx;
|
||||
private int offsety;
|
||||
protected bool flipped;
|
||||
private bool flipped;
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
12
Source/Core/Windows/PreferencesForm.Designer.cs
generated
12
Source/Core/Windows/PreferencesForm.Designer.cs
generated
|
@ -1942,24 +1942,24 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
//
|
||||
this.waypointcolor1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.waypointcolor1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.waypointcolor1.Label = "Waypoint color:";
|
||||
this.waypointcolor1.Location = new System.Drawing.Point(399, 44);
|
||||
this.waypointcolor1.Label = "Waypoint path color:";
|
||||
this.waypointcolor1.Location = new System.Drawing.Point(399, 17);
|
||||
this.waypointcolor1.MaximumSize = new System.Drawing.Size(10000, 23);
|
||||
this.waypointcolor1.MinimumSize = new System.Drawing.Size(100, 23);
|
||||
this.waypointcolor1.Name = "waypointcolor1";
|
||||
this.waypointcolor1.Size = new System.Drawing.Size(168, 23);
|
||||
this.waypointcolor1.Size = new System.Drawing.Size(198, 23);
|
||||
this.waypointcolor1.TabIndex = 29;
|
||||
//
|
||||
// waypointcolor2
|
||||
//
|
||||
this.waypointcolor2.BackColor = System.Drawing.Color.Transparent;
|
||||
this.waypointcolor2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.waypointcolor2.Label = "Waypoint color (loop):";
|
||||
this.waypointcolor2.Location = new System.Drawing.Point(399, 17);
|
||||
this.waypointcolor2.Label = "Waypoint path color (loop):";
|
||||
this.waypointcolor2.Location = new System.Drawing.Point(399, 44);
|
||||
this.waypointcolor2.MaximumSize = new System.Drawing.Size(10000, 23);
|
||||
this.waypointcolor2.MinimumSize = new System.Drawing.Size(100, 23);
|
||||
this.waypointcolor2.Name = "waypointcolor2";
|
||||
this.waypointcolor2.Size = new System.Drawing.Size(168, 23);
|
||||
this.waypointcolor2.Size = new System.Drawing.Size(198, 23);
|
||||
this.waypointcolor2.TabIndex = 29;
|
||||
//
|
||||
// tabscripteditor
|
||||
|
|
Loading…
Reference in a new issue