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/FileDialog.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/FileDialog.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/FileDialog.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/FileDialog.cs b/ShiftOS.WinForms/Applications/FileDialog.cs index 1b596b7..308be7d 100644 --- a/ShiftOS.WinForms/Applications/FileDialog.cs +++ b/ShiftOS.WinForms/Applications/FileDialog.cs @@ -42,6 +42,7 @@ namespace ShiftOS.WinForms.Applications /// /// </summary> [DefaultTitle("Choose file")] + [DefaultIcon("iconFileSkimmer")] public partial class FileDialog : UserControl, IShiftOSWindow { public FileDialog(string[] filetypes, FileOpenerStyle style, Action<string> _callback) |
