mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-31 19:54:44 +00:00
Settings resource fix
"Settings1" in the resources file was causing new clones of the repository to fail due to it not existing at run time. Simply commented out for future use.
This commit is contained in:
@@ -320,16 +320,6 @@ namespace PckStudio.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to http://nobledez.ga/
|
||||
///http://www.pckstudio.xyz/.
|
||||
/// </summary>
|
||||
internal static string settings1 {
|
||||
get {
|
||||
return ResourceManager.GetString("settings1", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
||||
@@ -229,7 +229,7 @@
|
||||
<data name="UntitledSkinPCK" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\UntitledSkinPCK.pck;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="settings1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<!--data name="settings1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\bin\Release\settings.ini;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
|
||||
</data>
|
||||
</data-->
|
||||
</root>
|
||||
Reference in New Issue
Block a user