mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Updates for the notification service, now an icon is shown and it now follows the configuration settings. [skip ci]
This commit is contained in:
parent
1ba0bf9b10
commit
7e96c99b3d
23 changed files with 90 additions and 43 deletions
|
@ -234,7 +234,7 @@ namespace GreenshotPlugin.Core {
|
|||
menu.Items.Add(new ToolStripSeparator());
|
||||
ToolStripMenuItem closeItem = new ToolStripMenuItem(Language.GetString("editor_close"))
|
||||
{
|
||||
Image = GreenshotResources.getImage("Close.Image")
|
||||
Image = GreenshotResources.GetImage("Close.Image")
|
||||
};
|
||||
closeItem.Click += delegate {
|
||||
// This menu entry is the close itself, we can dispose the surface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue