mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0002148] Item in Directory Hotlist changes to Command when importing bookmark with prefix "ccm_"
This commit is contained in:
parent
2f59c07def
commit
305402a046
1 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,7 @@ begin
|
|||
begin
|
||||
LocalHotDir.HotDirName := sName;
|
||||
LocalHotDir.HotDirPath := sPath;
|
||||
if UTF8Pos('cm_', UTF8LowerCase(sPath)) = 0 then
|
||||
if UTF8Pos('cm_', UTF8LowerCase(sPath)) <> 1 then
|
||||
begin
|
||||
LocalHotDir.HotDirPathSort := AConfig.GetAttr(Anode, 'PathSort', 0);
|
||||
LocalHotDir.HotDirTarget := AConfig.GetAttr(ANode, 'Target', '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue