aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Dialog.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-04 11:23:58 -0500
committerMichael <[email protected]>2017-02-04 11:23:58 -0500
commit22abdea7529c2e51031ff4408d489e1e96414e5d (patch)
tree8f4e28c8d1ca3af84f8276d34beea2e6fe510488 /ShiftOS.WinForms/Applications/Dialog.cs
parent28a087d2d4961fd80d827df968de0f6f63da07eb (diff)
downloadshiftos_thereturn-22abdea7529c2e51031ff4408d489e1e96414e5d.tar.gz
shiftos_thereturn-22abdea7529c2e51031ff4408d489e1e96414e5d.tar.bz2
shiftos_thereturn-22abdea7529c2e51031ff4408d489e1e96414e5d.zip
Remove unused applications and fix panel buttons
Diffstat (limited to 'ShiftOS.WinForms/Applications/Dialog.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Dialog.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Dialog.cs b/ShiftOS.WinForms/Applications/Dialog.cs
index 4d13e23..8b03be1 100644
--- a/ShiftOS.WinForms/Applications/Dialog.cs
+++ b/ShiftOS.WinForms/Applications/Dialog.cs
@@ -35,6 +35,7 @@ using ShiftOS.Engine;
namespace ShiftOS.WinForms.Applications
{
+ [DefaultTitle("Information")]
public partial class Dialog : UserControl, IShiftOSWindow, IInfobox
{
public Dialog()