From 22abdea7529c2e51031ff4408d489e1e96414e5d Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 4 Feb 2017 11:23:58 -0500 Subject: Remove unused applications and fix panel buttons --- ShiftOS.WinForms/Applications/FileDialog.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS.WinForms/Applications/FileDialog.cs') 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 /// /// /// + [DefaultTitle("Choose file")] public partial class FileDialog : UserControl, IShiftOSWindow { public FileDialog(string[] filetypes, FileOpenerStyle style, Action _callback) -- cgit v1.2.3