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:
RKrom 2013-04-03 07:18:26 +00:00
parent b1a7fd77eb
commit 28346d2eab
3 changed files with 18 additions and 10 deletions

View file

@ -58,7 +58,7 @@ namespace ExternalCommand {
public override Image DisplayIcon {
get {
return IconCache.IconForExe(presetCommand);
return IconCache.IconForCommand(presetCommand);
}
}