Added icon for OCR.

This commit is contained in:
Rodolfo U. Batista 2020-10-02 09:23:42 -03:00
parent fa72aa27fe
commit 14d248ff87
4 changed files with 5 additions and 2 deletions

View File

@ -249,7 +249,8 @@ IconsNames := { "apply": 1
, "extedit": 109
, "sort": 110
, "zip": 111
, "email": 112 }
, "email": 112
, "ocr": 113 }
KeyNameRep := "
(Join,

View File

@ -1332,8 +1332,10 @@ RowCheckFunc()
LV_Modify(A_Index, "Icon" IconsNames["sendmsg"])
Case cType15:
LV_Modify(A_Index, "Icon" IconsNames["color"])
Case cType16, cType56:
Case cType16:
LV_Modify(A_Index, "Icon" IconsNames["image"])
Case cType56:
LV_Modify(A_Index, "Icon" IconsNames["ocr"])
Case cType34:
LV_Modify(A_Index, "Icon" IconsNames["com"])
Case cType35:

Binary file not shown.

BIN
Resources/Icons/113_ocr.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB