mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Plugin dir encoding
This commit is contained in:
parent
11de643370
commit
b213fe80aa
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ begin
|
|||
begin
|
||||
with SetDlgProcInfo do
|
||||
begin
|
||||
PluginDir:= PWideChar(WideString(ExtractFilePath(sName)));
|
||||
PluginDir:= PWideChar(UTF8Decode(ExtractFilePath(sName)));
|
||||
PluginConfDir:= PWideChar(UTF8Decode(gpIniDir));
|
||||
InputBox:= @fDialogBox.InputBox;
|
||||
MessageBox:= @fDialogBox.MessageBox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue