mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
rename Shutdown to Exit in menu
This commit is contained in:
parent
dbf0e782fc
commit
afcf90b169
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ namespace Ninjacrab.PersistentWindows.SystrayShell
|
|||
//
|
||||
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
||||
this.exitToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
|
||||
this.exitToolStripMenuItem.Text = "&Shutdown";
|
||||
this.exitToolStripMenuItem.Text = "&Exit";
|
||||
this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClickHandler);
|
||||
//
|
||||
// SystrayForm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue