diff options
| author | FloppyDiskDrive <[email protected]> | 2017-11-23 11:20:53 -0600 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-11-23 11:20:53 -0600 |
| commit | 8fff93eb7da1b01d101e146ca7fe5d90ca01fcde (patch) | |
| tree | ebb8eafff81f5e54925ec27f1a19b5066f83a418 /ShiftOS.Main/Properties/Resources.Designer.cs | |
| parent | 1febbbd405e6f67401313defb76cc5a41b44c912 (diff) | |
| download | shiftos-rewind-8fff93eb7da1b01d101e146ca7fe5d90ca01fcde.tar.gz shiftos-rewind-8fff93eb7da1b01d101e146ca7fe5d90ca01fcde.tar.bz2 shiftos-rewind-8fff93eb7da1b01d101e146ca7fe5d90ca01fcde.zip | |
extremely rough savesystem
Diffstat (limited to 'ShiftOS.Main/Properties/Resources.Designer.cs')
| -rw-r--r-- | ShiftOS.Main/Properties/Resources.Designer.cs | 21 |
1 files changed, 16 insertions, 5 deletions
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 { } /// <summary> - /// 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]";. /// </summary> internal static string CatalystGrammar { get { @@ -1797,6 +1798,16 @@ namespace ShiftOS.Main.Properties { } /// <summary> + /// Looks up a localized resource of type System.Byte[]. + /// </summary> + internal static byte[] UbuntuMono_R { + get { + object obj = ResourceManager.GetObject("UbuntuMono_R", resourceCulture); + return ((byte[])(obj)); + } + } + + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> internal static System.Drawing.Bitmap uparrow { |
