aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications
diff options
context:
space:
mode:
authorpfg <[email protected]>2017-03-12 10:27:21 -0700
committerpfg <[email protected]>2017-03-12 10:27:21 -0700
commitc8f471ac5c1fb28e3c8dd75477a7d013da046009 (patch)
treed97d603725ec6e59d2f4e958321881b7ce8e8157 /ShiftOS.WinForms/Applications
parentb825df4d6a3bb87488b50da95b89f3f130511739 (diff)
downloadshiftos_thereturn-c8f471ac5c1fb28e3c8dd75477a7d013da046009.tar.gz
shiftos_thereturn-c8f471ac5c1fb28e3c8dd75477a7d013da046009.tar.bz2
shiftos_thereturn-c8f471ac5c1fb28e3c8dd75477a7d013da046009.zip
Start adding cf file icon
Diffstat (limited to 'ShiftOS.WinForms/Applications')
-rw-r--r--ShiftOS.WinForms/Applications/FileSkimmer.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/FileSkimmer.cs b/ShiftOS.WinForms/Applications/FileSkimmer.cs
index 2881dc0..ffc76e7 100644
--- a/ShiftOS.WinForms/Applications/FileSkimmer.cs
+++ b/ShiftOS.WinForms/Applications/FileSkimmer.cs
@@ -233,6 +233,8 @@ namespace ShiftOS.WinForms.Applications
return Properties.Resources.fileicon10;
case FileType.TextFile:
return Properties.Resources.fileicon2;
+ case FileType.CommandFormat:
+ //return Properties.Resources.fileiconcf;
default:
return Properties.Resources.fileicon1;
}