mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Load open-picture-dialog icon
This commit is contained in:
parent
a9d0801efb
commit
0368a6e40d
1 changed files with 3 additions and 2 deletions
|
|
@ -136,10 +136,11 @@ const
|
|||
'choose-encoding'
|
||||
);
|
||||
|
||||
ButtonNames: array[0..2] of String = (
|
||||
ButtonNames: array[0..3] of String = (
|
||||
'list-add',
|
||||
'choose-filter',
|
||||
'choose-variable'
|
||||
'choose-variable',
|
||||
'open-picture-dialog'
|
||||
);
|
||||
|
||||
type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue