diff options
| author | pfg <[email protected]> | 2017-03-12 10:27:41 -0700 |
|---|---|---|
| committer | pfg <[email protected]> | 2017-03-12 10:27:41 -0700 |
| commit | b9c46d801c428b76777d0159f50a4e2bcba60ee4 (patch) | |
| tree | 7c7ade7054becd3ed268d70ac54204fd34e0dd50 /ShiftOS.WinForms/Applications | |
| parent | c8f471ac5c1fb28e3c8dd75477a7d013da046009 (diff) | |
| download | shiftos_thereturn-b9c46d801c428b76777d0159f50a4e2bcba60ee4.tar.gz shiftos_thereturn-b9c46d801c428b76777d0159f50a4e2bcba60ee4.tar.bz2 shiftos_thereturn-b9c46d801c428b76777d0159f50a4e2bcba60ee4.zip | |
Finish adding cf file icon and formateditor icon
Diffstat (limited to 'ShiftOS.WinForms/Applications')
| -rw-r--r-- | ShiftOS.WinForms/Applications/FileSkimmer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/FileSkimmer.cs b/ShiftOS.WinForms/Applications/FileSkimmer.cs index ffc76e7..b9040ae 100644 --- a/ShiftOS.WinForms/Applications/FileSkimmer.cs +++ b/ShiftOS.WinForms/Applications/FileSkimmer.cs @@ -234,7 +234,7 @@ namespace ShiftOS.WinForms.Applications case FileType.TextFile: return Properties.Resources.fileicon2; case FileType.CommandFormat: - //return Properties.Resources.fileiconcf; + return Properties.Resources.fileiconcf; default: return Properties.Resources.fileicon1; } |
