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/GraphicPicker.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/GraphicPicker.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/GraphicPicker.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/GraphicPicker.cs b/ShiftOS.WinForms/Applications/GraphicPicker.cs index 3799546..2dfe7ec 100644 --- a/ShiftOS.WinForms/Applications/GraphicPicker.cs +++ b/ShiftOS.WinForms/Applications/GraphicPicker.cs @@ -37,7 +37,7 @@ using ShiftOS.WinForms.Tools; namespace ShiftOS.WinForms.Applications { - [DefaultTitle("Choose graphic")] + [DefaultTitle("Choose graphic")] [DefaultIcon("icongraphicpicker")] public partial class GraphicPicker : UserControl, IShiftOSWindow { public GraphicPicker(Image old, string name, ImageLayout layout, Action<byte[], Image, ImageLayout> cb) |
