Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/FileManager/App.h')
-rwxr-xr-x7zip/FileManager/App.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/7zip/FileManager/App.h b/7zip/FileManager/App.h
index 229c4806..45436ccb 100755
--- a/7zip/FileManager/App.h
+++ b/7zip/FileManager/App.h
@@ -200,8 +200,8 @@ public:
{ OnCopy(false, false, GetFocusedPanelIndex()); }
void MoveTo()
{ OnCopy(true, false, GetFocusedPanelIndex()); }
- void Delete()
- { GetFocusedPanel().DeleteItems(); }
+ void Delete(bool toRecycleBin)
+ { GetFocusedPanel().DeleteItems(toRecycleBin); }
void Split();
void Combine();
void Properties()