fixed clientscript. changed button labels.
This commit is contained in:
parent
7ded3549ab
commit
6265863c52
|
|
@ -156,9 +156,9 @@ public class ClientScript
|
|||
.Replace("%hat3%", GlobalVars.Custom_Hat3ID_Offline)
|
||||
.Replace("%faced%", GlobalVars.faceGameDir + GlobalVars.Custom_Face_Offline)
|
||||
.Replace("%headd%", GlobalVars.headGameDir + GlobalVars.Custom_Head_Offline)
|
||||
.Replace("%tshirtd%", GlobalVars.tshirtGameDir + GlobalVars.Custom_T_Shirt_Offline)
|
||||
.Replace("%shirtd%", GlobalVars.shirtGameDir + GlobalVars.Custom_Shirt_Offline)
|
||||
.Replace("%pantsd%", GlobalVars.pantsGameDir + GlobalVars.Custom_Pants_Offline)
|
||||
.Replace("%tshirtd%", GlobalVars.Custom_T_Shirt_Offline.Contains("http://") ? GlobalVars.Custom_T_Shirt_Offline : GlobalVars.tshirtGameDir + GlobalVars.Custom_T_Shirt_Offline)
|
||||
.Replace("%shirtd%", GlobalVars.Custom_Shirt_Offline.Contains("http://") ? GlobalVars.Custom_Shirt_Offline : GlobalVars.shirtGameDir + GlobalVars.Custom_Shirt_Offline)
|
||||
.Replace("%pantsd%", GlobalVars.Custom_Pants_Offline.Contains("http://") ? GlobalVars.Custom_Pants_Offline : GlobalVars.pantsGameDir + GlobalVars.Custom_Pants_Offline)
|
||||
.Replace("%hat1d%", GlobalVars.hatGameDir + GlobalVars.Custom_Hat1ID_Offline)
|
||||
.Replace("%hat2d%", GlobalVars.hatGameDir + GlobalVars.Custom_Hat2ID_Offline)
|
||||
.Replace("%hat3d%", GlobalVars.hatGameDir + GlobalVars.Custom_Hat3ID_Offline)
|
||||
|
|
@ -181,9 +181,9 @@ public class ClientScript
|
|||
.Replace("%args%", GetRawArgsFromTag(tag, endtag, md5s, luafile))
|
||||
.Replace("%facews%", GlobalVars.WebServer_FaceDir + GlobalVars.Custom_Face_Offline)
|
||||
.Replace("%headws%", GlobalVars.WebServer_HeadDir + GlobalVars.Custom_Head_Offline)
|
||||
.Replace("%tshirtws%", GlobalVars.WebServer_TShirtDir + GlobalVars.Custom_T_Shirt_Offline)
|
||||
.Replace("%shirtws%", GlobalVars.WebServer_ShirtDir + GlobalVars.Custom_Shirt_Offline)
|
||||
.Replace("%pantsws%", GlobalVars.WebServer_PantsDir + GlobalVars.Custom_Pants_Offline)
|
||||
.Replace("%tshirtws%", GlobalVars.Custom_T_Shirt_Offline.Contains("http://") ? GlobalVars.Custom_T_Shirt_Offline : GlobalVars.WebServer_TShirtDir + GlobalVars.Custom_T_Shirt_Offline)
|
||||
.Replace("%shirtws%", GlobalVars.Custom_Shirt_Offline.Contains("http://") ? GlobalVars.Custom_Shirt_Offline : GlobalVars.WebServer_ShirtDir + GlobalVars.Custom_Shirt_Offline)
|
||||
.Replace("%pantsws%", GlobalVars.Custom_Pants_Offline.Contains("http://") ? GlobalVars.Custom_Pants_Offline : GlobalVars.WebServer_PantsDir + GlobalVars.Custom_Pants_Offline)
|
||||
.Replace("%hat1ws%", GlobalVars.WebServer_HatDir + GlobalVars.Custom_Hat1ID_Offline)
|
||||
.Replace("%hat2ws%", GlobalVars.WebServer_HatDir + GlobalVars.Custom_Hat2ID_Offline)
|
||||
.Replace("%hat3ws%", GlobalVars.WebServer_HatDir + GlobalVars.Custom_Hat3ID_Offline)
|
||||
|
|
|
|||
|
|
@ -873,7 +873,7 @@ namespace NovetusLauncher
|
|||
this.button36.Name = "button36";
|
||||
this.button36.Size = new System.Drawing.Size(95, 21);
|
||||
this.button36.TabIndex = 75;
|
||||
this.button36.Text = "Old Layout";
|
||||
this.button36.Text = "Compact Style";
|
||||
this.button36.UseVisualStyleBackColor = true;
|
||||
this.button36.Click += new System.EventHandler(this.button36_Click);
|
||||
//
|
||||
|
|
|
|||
|
|
@ -863,7 +863,7 @@ namespace NovetusLauncher
|
|||
this.button36.Name = "button36";
|
||||
this.button36.Size = new System.Drawing.Size(75, 23);
|
||||
this.button36.TabIndex = 61;
|
||||
this.button36.Text = "New Layout";
|
||||
this.button36.Text = "Extended Style";
|
||||
this.button36.UseVisualStyleBackColor = true;
|
||||
this.button36.Click += new System.EventHandler(this.button36_Click);
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue