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:
MattNL
2022-04-20 06:40:59 -04:00
parent 93720cfd6f
commit 91fab0847c
2 changed files with 2 additions and 12 deletions

View File

@@ -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>

View File

@@ -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>