diff options
| author | MichaelTheShifter <[email protected]> | 2016-05-26 19:11:01 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-05-26 19:11:01 -0400 |
| commit | ef09525b70c0e5000deee3ae8a101d387bf989a3 (patch) | |
| tree | 254cb38ab6fcb914b6a10e6d268535d104e1530e /source/WindowsFormsApplication1/ShiftOSDesktop.Designer.cs | |
| parent | c43d82eebd5e71ff5860fb2797bc4ebaa90e541e (diff) | |
| download | shiftos-c-_theultimatehacker-ef09525b70c0e5000deee3ae8a101d387bf989a3.tar.gz shiftos-c-_theultimatehacker-ef09525b70c0e5000deee3ae8a101d387bf989a3.tar.bz2 shiftos-c-_theultimatehacker-ef09525b70c0e5000deee3ae8a101d387bf989a3.zip | |
0.1.1 was released - time to update the repo.
Diffstat (limited to 'source/WindowsFormsApplication1/ShiftOSDesktop.Designer.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/ShiftOSDesktop.Designer.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/ShiftOSDesktop.Designer.cs b/source/WindowsFormsApplication1/ShiftOSDesktop.Designer.cs index 532ac64..fad1f66 100644 --- a/source/WindowsFormsApplication1/ShiftOSDesktop.Designer.cs +++ b/source/WindowsFormsApplication1/ShiftOSDesktop.Designer.cs @@ -1199,6 +1199,7 @@ this.TextDocumentToolStripMenuItem.Name = "TextDocumentToolStripMenuItem"; this.TextDocumentToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.TextDocumentToolStripMenuItem.Text = "Text Document"; + this.TextDocumentToolStripMenuItem.Click += new System.EventHandler(this.TextDocumentToolStripMenuItem_Click); // // NewSkin // @@ -1211,16 +1212,19 @@ // this.WebpageToolStripMenuItem.Name = "WebpageToolStripMenuItem"; this.WebpageToolStripMenuItem.Size = new System.Drawing.Size(152, 6); + this.WebpageToolStripMenuItem.Visible = false; // // ShortcutToolStripMenuItem // this.ShortcutToolStripMenuItem.Name = "ShortcutToolStripMenuItem"; this.ShortcutToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.ShortcutToolStripMenuItem.Text = "Shortcut"; + this.ShortcutToolStripMenuItem.Visible = false; // // scriptToolStripMenuItem // this.scriptToolStripMenuItem.Name = "scriptToolStripMenuItem"; + this.scriptToolStripMenuItem.ShowShortcutKeys = false; this.scriptToolStripMenuItem.Size = new System.Drawing.Size(155, 22); this.scriptToolStripMenuItem.Text = "Script"; this.scriptToolStripMenuItem.Click += new System.EventHandler(this.scriptToolStripMenuItem_Click); |
