From 8fff93eb7da1b01d101e146ca7fe5d90ca01fcde Mon Sep 17 00:00:00 2001 From: FloppyDiskDrive Date: Thu, 23 Nov 2017 11:20:53 -0600 Subject: extremely rough savesystem --- ShiftOS.Main/Properties/Resources.Designer.cs | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'ShiftOS.Main/Properties/Resources.Designer.cs') diff --git a/ShiftOS.Main/Properties/Resources.Designer.cs b/ShiftOS.Main/Properties/Resources.Designer.cs index 94a198f..b3bb901 100644 --- a/ShiftOS.Main/Properties/Resources.Designer.cs +++ b/ShiftOS.Main/Properties/Resources.Designer.cs @@ -730,24 +730,25 @@ namespace ShiftOS.Main.Properties { } /// - /// Looks up a localized string similar to <?xml version="1.0" encoding="UTF-8" ?> + /// Looks up a localized string similar to <?xml version="1.0" encoding="UTF-8"?> + /// ///<grammar version="1.0" xml:lang="en-US" /// xmlns="http://www.w3.org/2001/06/grammar" /// tag-format="semantics/1.0" root="Main"> - /// + /// /// <!-- Catalyst Grammar File /// /// This file gives Catalyst the ability to recognize /// audio input and give a proper response. /// /// --> - /// + /// /// <rule id="Main"> /// <item> /// How much Code Points do I have? /// </item> - /// <item>Can you run <ruleref uri="#programs"/>?</item> - /// <item>Can you mini [rest of string was truncated]";. + /// <item>Can you run <ruleref uri="#programs" />?</item> + /// <item>Can you minimi [rest of string was truncated]";. /// internal static string CatalystGrammar { get { @@ -1796,6 +1797,16 @@ namespace ShiftOS.Main.Properties { } } + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] UbuntuMono_R { + get { + object obj = ResourceManager.GetObject("UbuntuMono_R", resourceCulture); + return ((byte[])(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// -- cgit v1.2.3