mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-12 23:54:10 +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]
|
[Setup]
|
||||||
AppName=Zone Builder
|
AppName=Zone Builder
|
||||||
AppVerName=Zone Builder 2.9
|
AppVerName=Zone Builder 2.10
|
||||||
AppPublisher=MascaraSnake
|
VersionInfoVersion=2.10.0.2501
|
||||||
AppPublisherURL=http://mb.srb2.org/member.php?u=3131
|
AppPublisher=Sonic Team Junior
|
||||||
AppSupportURL=http://mb.srb2.org/showthread.php?t=41033
|
AppPublisherURL=https://www.srb2.org/
|
||||||
AppUpdatesURL=http://mb.srb2.org/showthread.php?t=41033
|
AppSupportURL=https://git.do.srb2.org/STJr/ZoneBuilder
|
||||||
DefaultDirName={pf}\Zone Builder
|
AppUpdatesURL=https://git.do.srb2.org/STJr/ZoneBuilder
|
||||||
|
DefaultDirName={commonpf}\Zone Builder
|
||||||
DefaultGroupName=Zone Builder
|
DefaultGroupName=Zone Builder
|
||||||
AllowNoIcons=true
|
AllowNoIcons=true
|
||||||
InfoBeforeFile=..\Setup\disclaimer.txt
|
InfoBeforeFile=..\Setup\disclaimer.txt
|
||||||
|
@ -22,7 +23,7 @@ AppMutex=zonebuilder
|
||||||
PrivilegesRequired=admin
|
PrivilegesRequired=admin
|
||||||
ShowLanguageDialog=no
|
ShowLanguageDialog=no
|
||||||
LanguageDetectionMethod=none
|
LanguageDetectionMethod=none
|
||||||
MinVersion=0,5.01.2600
|
MinVersion=0,6.1sp1
|
||||||
UninstallDisplayIcon={app}\Builder.exe
|
UninstallDisplayIcon={app}\Builder.exe
|
||||||
WizardImageFile=..\Setup\WizardLarge.bmp
|
WizardImageFile=..\Setup\WizardLarge.bmp
|
||||||
WizardSmallImageFile=..\Setup\WizardSmall.bmp
|
WizardSmallImageFile=..\Setup\WizardSmall.bmp
|
||||||
|
|
|
@ -32,7 +32,7 @@ namespace CodeImp.DoomBuilder.Data
|
||||||
|
|
||||||
private int offsetx;
|
private int offsetx;
|
||||||
private int offsety;
|
private int offsety;
|
||||||
protected bool flipped;
|
private bool flipped;
|
||||||
|
|
||||||
#endregion
|
#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.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.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.Label = "Waypoint path color:";
|
||||||
this.waypointcolor1.Location = new System.Drawing.Point(399, 44);
|
this.waypointcolor1.Location = new System.Drawing.Point(399, 17);
|
||||||
this.waypointcolor1.MaximumSize = new System.Drawing.Size(10000, 23);
|
this.waypointcolor1.MaximumSize = new System.Drawing.Size(10000, 23);
|
||||||
this.waypointcolor1.MinimumSize = new System.Drawing.Size(100, 23);
|
this.waypointcolor1.MinimumSize = new System.Drawing.Size(100, 23);
|
||||||
this.waypointcolor1.Name = "waypointcolor1";
|
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;
|
this.waypointcolor1.TabIndex = 29;
|
||||||
//
|
//
|
||||||
// waypointcolor2
|
// waypointcolor2
|
||||||
//
|
//
|
||||||
this.waypointcolor2.BackColor = System.Drawing.Color.Transparent;
|
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.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.Label = "Waypoint path color (loop):";
|
||||||
this.waypointcolor2.Location = new System.Drawing.Point(399, 17);
|
this.waypointcolor2.Location = new System.Drawing.Point(399, 44);
|
||||||
this.waypointcolor2.MaximumSize = new System.Drawing.Size(10000, 23);
|
this.waypointcolor2.MaximumSize = new System.Drawing.Size(10000, 23);
|
||||||
this.waypointcolor2.MinimumSize = new System.Drawing.Size(100, 23);
|
this.waypointcolor2.MinimumSize = new System.Drawing.Size(100, 23);
|
||||||
this.waypointcolor2.Name = "waypointcolor2";
|
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;
|
this.waypointcolor2.TabIndex = 29;
|
||||||
//
|
//
|
||||||
// tabscripteditor
|
// tabscripteditor
|
||||||
|
|
Loading…
Reference in a new issue