mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-31 07:47:06 +00:00
Added "Switch" to "Vita/PS4 pck" checkbox
This commit is contained in:
@@ -161,7 +161,7 @@ namespace PckStudio
|
||||
catch (OverflowException ex)
|
||||
{
|
||||
MessageBox.Show("Failed to open pck\n" +
|
||||
$"Try {(LittleEndianCheckBox.Checked ? "unchecking" : "checking")} the 'Open/Save as Vita/PS4 pck' check box in the upper right corner.",
|
||||
$"Try {(LittleEndianCheckBox.Checked ? "unchecking" : "checking")} the 'Open/Save as Switch/Vita/PS4 pck' check box in the upper right corner.",
|
||||
"Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
Debug.WriteLine(ex.Message);
|
||||
}
|
||||
@@ -285,7 +285,7 @@ namespace PckStudio
|
||||
catch (OverflowException ex)
|
||||
{
|
||||
MessageBox.Show("Failed to open pck\n" +
|
||||
"Try checking the 'Open/Save as Vita/PS4 pck' checkbox in the upper right corner.",
|
||||
"Try checking the 'Open/Save as Switch/Vita/PS4 pck' checkbox in the upper right corner.",
|
||||
"Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
Debug.WriteLine(ex.Message);
|
||||
}
|
||||
@@ -1418,7 +1418,7 @@ namespace PckStudio
|
||||
}
|
||||
catch (OverflowException ex)
|
||||
{
|
||||
MessageBox.Show("Error", "Failed to open pck\nTry checking the 'Open/Save as Vita/PS4 pck' check box in the upper right corner.",
|
||||
MessageBox.Show("Error", "Failed to open pck\nTry checking the 'Open/Save as Switch/Vita/PS4 pck' check box in the upper right corner.",
|
||||
MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
Debug.WriteLine(ex.Message);
|
||||
}
|
||||
|
||||
@@ -30930,16 +30930,16 @@
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="LittleEndianCheckBox.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>866, 49</value>
|
||||
<value>826, 49</value>
|
||||
</data>
|
||||
<data name="LittleEndianCheckBox.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>167, 15</value>
|
||||
<value>207, 15</value>
|
||||
</data>
|
||||
<data name="LittleEndianCheckBox.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>21</value>
|
||||
</data>
|
||||
<data name="LittleEndianCheckBox.Text" xml:space="preserve">
|
||||
<value>Open/Save as Vita/PS4 PCK</value>
|
||||
<value>Open/Save as Switch/Vita/PS4 PCK</value>
|
||||
</data>
|
||||
<data name=">>LittleEndianCheckBox.Name" xml:space="preserve">
|
||||
<value>LittleEndianCheckBox</value>
|
||||
@@ -33474,6 +33474,9 @@
|
||||
AP//AAA=
|
||||
</value>
|
||||
</data>
|
||||
<data name="$this.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="$this.MinimumSize" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1064, 660</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user