diff options
| author | Rylan/wowmom98 <[email protected]> | 2017-02-04 12:22:11 -0500 |
|---|---|---|
| committer | Rylan/wowmom98 <[email protected]> | 2017-02-04 12:22:11 -0500 |
| commit | 6092cf1f9b56413ae0b7937f790b99046f2614be (patch) | |
| tree | 9758a9502e23b7b89b0af3d1abc0909b0a5c5cb5 /ShiftOS.WinForms/Applications/FileDialog.cs | |
| parent | 8a445f961e05c5b432053ff3209bcb9b70f4aa96 (diff) | |
| parent | 1f87bfe6c599e3c0e471096600a38647da263fa9 (diff) | |
| download | shiftos_thereturn-6092cf1f9b56413ae0b7937f790b99046f2614be.tar.gz shiftos_thereturn-6092cf1f9b56413ae0b7937f790b99046f2614be.tar.bz2 shiftos_thereturn-6092cf1f9b56413ae0b7937f790b99046f2614be.zip | |
Merge branch 'master' of https://github.com/shiftos-game/ShiftOS
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 4f17f6e..1b596b7 100644 --- a/ShiftOS.WinForms/Applications/FileDialog.cs +++ b/ShiftOS.WinForms/Applications/FileDialog.cs @@ -41,6 +41,7 @@ namespace ShiftOS.WinForms.Applications /// <summary> /// /// </summary> + [DefaultTitle("Choose file")] public partial class FileDialog : UserControl, IShiftOSWindow { public FileDialog(string[] filetypes, FileOpenerStyle style, Action<string> _callback) |
