mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Fixes for bug #1484, disabling the edit button after redrawing the items.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2551 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
b1a7fd77eb
commit
28346d2eab
3 changed files with 18 additions and 10 deletions
|
@ -58,7 +58,7 @@ namespace ExternalCommand {
|
|||
|
||||
public override Image DisplayIcon {
|
||||
get {
|
||||
return IconCache.IconForExe(presetCommand);
|
||||
return IconCache.IconForCommand(presetCommand);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue