diff options
| author | Carver Harrison <[email protected]> | 2016-07-24 16:43:03 -0700 |
|---|---|---|
| committer | Carver Harrison <[email protected]> | 2016-07-24 16:43:03 -0700 |
| commit | 9fe3a47a712f99ebdbd5f4bf720d49de1db7bbc2 (patch) | |
| tree | 143cec3e1315ad11dfb58057ef393f59dccea39f /source/WindowsFormsApplication1/API.cs | |
| parent | 321ddfc66a0a366efa64506c0c33316ca57f251d (diff) | |
| download | shiftos-c--9fe3a47a712f99ebdbd5f4bf720d49de1db7bbc2.tar.gz shiftos-c--9fe3a47a712f99ebdbd5f4bf720d49de1db7bbc2.tar.bz2 shiftos-c--9fe3a47a712f99ebdbd5f4bf720d49de1db7bbc2.zip | |
Fixed 300 Errors
Diffstat (limited to 'source/WindowsFormsApplication1/API.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/API.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/API.cs b/source/WindowsFormsApplication1/API.cs index 77211ef..dfd7eb5 100644 --- a/source/WindowsFormsApplication1/API.cs +++ b/source/WindowsFormsApplication1/API.cs @@ -715,7 +715,7 @@ namespace ShiftOS public static void CreateFileSkimmerSession(string Filters, File_Skimmer.FileSkimmerMode mode) { FileSkimmerSession = new File_Skimmer(mode, Filters); - CreateForm(FileSkimmerSession, "File Skimmer", Properties.Resources.iconFileSkimmer); + CreateForm(FileSkimmerSession, "File Skimmer", ShiftOS.Properties.Resources.iconFileSkimmer); } /// <summary> |
