aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Downloader.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-08 08:46:26 -0500
committerMichael <[email protected]>2017-02-08 08:46:33 -0500
commit982c575f9adaf4c12ef3911033d44e0e78d138f8 (patch)
tree361cd1e2e3e639c4e6ba26a8abf82d655480f9ac /ShiftOS.WinForms/Applications/Downloader.cs
parenta2219a0441a745dad254e0b1dec7210b35a18601 (diff)
downloadshiftos_thereturn-982c575f9adaf4c12ef3911033d44e0e78d138f8.tar.gz
shiftos_thereturn-982c575f9adaf4c12ef3911033d44e0e78d138f8.tar.bz2
shiftos_thereturn-982c575f9adaf4c12ef3911033d44e0e78d138f8.zip
More icons.
Diffstat (limited to 'ShiftOS.WinForms/Applications/Downloader.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Downloader.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Downloader.cs b/ShiftOS.WinForms/Applications/Downloader.cs
index 1968660..dfa2425 100644
--- a/ShiftOS.WinForms/Applications/Downloader.cs
+++ b/ShiftOS.WinForms/Applications/Downloader.cs
@@ -16,6 +16,7 @@ using ShiftOS.WinForms.Tools;
namespace ShiftOS.WinForms.Applications
{
[Launcher("Downloader", false, null, "Networking")]
+ [DefaultIcon("iconDownloader")]
public partial class Downloader : UserControl, IShiftOSWindow
{
public Downloader()