Browse Source

Add resource string for pattern-based fixed statement

pull/1855/head
Daniel Grunwald 6 years ago
parent
commit
031ca55af5
  1. 9
      ILSpy/Properties/Resources.Designer.cs
  2. 3
      ILSpy/Properties/Resources.resx

9
ILSpy/Properties/Resources.Designer.cs generated

@ -999,6 +999,15 @@ namespace ICSharpCode.ILSpy.Properties { @@ -999,6 +999,15 @@ namespace ICSharpCode.ILSpy.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Use pattern-based fixed statement.
/// </summary>
public static string DecompilerSettings_UsePatternBasedFixedStatement {
get {
return ResourceManager.GetString("DecompilerSettings.UsePatternBasedFixedStatement", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use stackalloc initializer syntax.
/// </summary>

3
ILSpy/Properties/Resources.resx

@ -790,4 +790,7 @@ Are you sure you want to continue?</value> @@ -790,4 +790,7 @@ Are you sure you want to continue?</value>
<data name="_Window" xml:space="preserve">
<value>_Window</value>
</data>
<data name="DecompilerSettings.UsePatternBasedFixedStatement" xml:space="preserve">
<value>Use pattern-based fixed statement</value>
</data>
</root>
Loading…
Cancel
Save