diff options
| author | Michael <[email protected]> | 2017-02-08 08:46:26 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-08 08:46:33 -0500 |
| commit | 982c575f9adaf4c12ef3911033d44e0e78d138f8 (patch) | |
| tree | 361cd1e2e3e639c4e6ba26a8abf82d655480f9ac /ShiftOS.WinForms/Applications/FileSkimmer.cs | |
| parent | a2219a0441a745dad254e0b1dec7210b35a18601 (diff) | |
| download | shiftos_thereturn-982c575f9adaf4c12ef3911033d44e0e78d138f8.tar.gz shiftos_thereturn-982c575f9adaf4c12ef3911033d44e0e78d138f8.tar.bz2 shiftos_thereturn-982c575f9adaf4c12ef3911033d44e0e78d138f8.zip | |
More icons.
Diffstat (limited to 'ShiftOS.WinForms/Applications/FileSkimmer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/FileSkimmer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/FileSkimmer.cs b/ShiftOS.WinForms/Applications/FileSkimmer.cs index 6e0adfe..ec8fd00 100644 --- a/ShiftOS.WinForms/Applications/FileSkimmer.cs +++ b/ShiftOS.WinForms/Applications/FileSkimmer.cs @@ -43,6 +43,7 @@ namespace ShiftOS.WinForms.Applications [RequiresUpgrade("file_skimmer")] [WinOpen("file_skimmer")] [DefaultTitle("File Skimmer")] + [DefaultIcon("iconFileSkimmer")] public partial class FileSkimmer : UserControl, IShiftOSWindow { public FileSkimmer() |
