mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Viewer - save image as (default directory and file name)
This commit is contained in:
parent
0795a9e353
commit
b635c03750
1 changed files with 2 additions and 0 deletions
|
|
@ -1723,6 +1723,8 @@ begin
|
|||
else begin
|
||||
with SavePictureDialog do
|
||||
begin
|
||||
FileName:= EmptyStr;
|
||||
InitialDir:= ExtractFileDir(FileList.Strings[iActiveFile]);
|
||||
if not Execute then Exit;
|
||||
sExt:= ExtensionSeparator + GetFilterExt;
|
||||
sFileName:= ChangeFileExt(FileName, sExt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue