mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: SevenZip - get plugin path
This commit is contained in:
parent
e86a46ae17
commit
51161fb569
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ begin
|
|||
ConfigFile:= ExtractFilePath(dps^.DefaultIniName);
|
||||
ConfigFile:= WinCPToUTF8(ConfigFile) + DefaultIniName;
|
||||
// Get plugin path
|
||||
ModulePath:= mbGetModuleName;
|
||||
ModulePath:= ExtractFilePath(mbGetModuleName);
|
||||
// Use configuration from plugin path
|
||||
if mbFileExists(ModulePath + DefaultIniName) then
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue