mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Misc small changes for code quality.
This commit is contained in:
parent
ada50c429a
commit
4dd67df1dd
8 changed files with 17 additions and 17 deletions
|
@ -71,7 +71,7 @@ namespace ExternalCommand {
|
|||
listView1.SmallImageList = imageList;
|
||||
int imageNr = 0;
|
||||
foreach(string commando in config.Commands) {
|
||||
ListViewItem item = null;
|
||||
ListViewItem item;
|
||||
Image iconForExe = IconCache.IconForCommand(commando);
|
||||
if(iconForExe != null) {
|
||||
imageList.Images.Add(iconForExe);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue