mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: ExtensionInitialize - pass absolute plugin path
This commit is contained in:
parent
759b791f32
commit
3f546cd49c
2 changed files with 2 additions and 2 deletions
|
|
@ -480,7 +480,7 @@ begin
|
|||
with StartupInfo do
|
||||
begin
|
||||
StructSize:= SizeOf(TExtensionStartupInfo);
|
||||
PluginDir:= ExtractFilePath(sName);
|
||||
PluginDir:= ExtractFilePath(mbExpandFileName(sName));
|
||||
PluginConfDir:= gpCfgDir;
|
||||
InputBox:= @fDialogBox.InputBox;
|
||||
MessageBox:= @fDialogBox.MessageBox;
|
||||
|
|
|
|||
|
|
@ -677,7 +677,7 @@ begin
|
|||
with StartupInfo do
|
||||
begin
|
||||
StructSize:= SizeOf(TExtensionStartupInfo);
|
||||
PluginDir:= ExtractFilePath(FModuleFileName);
|
||||
PluginDir:= ExtractFilePath(mbExpandFileName(FModuleFileName));
|
||||
PluginConfDir:= gpCfgDir;
|
||||
InputBox:= @fDialogBox.InputBox;
|
||||
MessageBox:= @fDialogBox.MessageBox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue