mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: In toolbar configuration page, request to export the current toolbar was in fact always exporting the top toolbar. This has been fixed to actually export the current toolbar.
This commit is contained in:
parent
ea4340a1ae
commit
cedea2ae78
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ const
|
|||
ACTION_WITH_DC_TOOLBARFILE = $02;
|
||||
ACTION_WITH_BACKUP = $03;
|
||||
|
||||
MASK_ACTION_TOOLBAR = $30;
|
||||
MASK_ACTION_TOOLBAR = $03;
|
||||
ACTION_WITH_MAIN_TOOLBAR = $0;
|
||||
IMPORT_IN_MAIN_TOOLBAR_TO_NEW_SUB_BAR = $1;
|
||||
ACTION_WITH_CURRENT_BAR = $2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue