Added "Switch" to "Vita/PS4 pck" checkbox

This commit is contained in:
MattNL
2023-05-01 08:13:32 -04:00
parent 259febe21d
commit aa057fa911
2 changed files with 9 additions and 6 deletions

View File

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

View File

@@ -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="&gt;&gt;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>