mirror of
https://github.com/Pulover/PuloversMacroCreator.git
synced 2026-01-09 09:20:46 +08:00
Added icon for OCR.
This commit is contained in:
parent
fa72aa27fe
commit
14d248ff87
@ -249,7 +249,8 @@ IconsNames := { "apply": 1
|
||||
, "extedit": 109
|
||||
, "sort": 110
|
||||
, "zip": 111
|
||||
, "email": 112 }
|
||||
, "email": 112
|
||||
, "ocr": 113 }
|
||||
|
||||
KeyNameRep := "
|
||||
(Join,
|
||||
|
||||
@ -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:
|
||||
|
||||
BIN
Resources.dll
BIN
Resources.dll
Binary file not shown.
BIN
Resources/Icons/113_ocr.ico
Normal file
BIN
Resources/Icons/113_ocr.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
Loading…
x
Reference in New Issue
Block a user