mirror of
https://github.com/greenshot/greenshot
synced 2025-07-15 17:43:44 -07:00
This commit is made due to BUG-1775. Although it might not fix it, it ensures that every window has an icon and only than when it loaded. Also added improved error handling.
This commit is contained in:
parent
eed5b66116
commit
7938ab5dad
29 changed files with 32 additions and 34 deletions
|
@ -38,7 +38,6 @@ namespace ExternalCommand {
|
|||
|
||||
public SettingsFormDetail(string commando) {
|
||||
InitializeComponent();
|
||||
this.Icon = GreenshotPlugin.Core.GreenshotResources.getGreenshotIcon();
|
||||
AcceptButton = buttonOk;
|
||||
CancelButton = buttonCancel;
|
||||
this.commando = commando;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue