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 'CPP/7zip/UI/Explorer/ContextMenu.cpp')
-rw-r--r--CPP/7zip/UI/Explorer/ContextMenu.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/CPP/7zip/UI/Explorer/ContextMenu.cpp b/CPP/7zip/UI/Explorer/ContextMenu.cpp
index fff6fa25..a99ca81d 100644
--- a/CPP/7zip/UI/Explorer/ContextMenu.cpp
+++ b/CPP/7zip/UI/Explorer/ContextMenu.cpp
@@ -120,7 +120,11 @@ HRESULT CZipContextMenu::InitContextMenu(const wchar_t * /* folder */, const wch
_isMenuForFM = true;
_fileNames.Clear();
for (UInt32 i = 0; i < numFiles; i++)
+ {
+ // MessageBoxW(0, names[i], NULL, 0);
+ // OutputDebugStringW(names[i]);
_fileNames.Add(names[i]);
+ }
_dropMode = false;
return S_OK;
}
@@ -423,6 +427,13 @@ STDMETHODIMP CZipContextMenu::QueryContextMenu(HMENU hMenu, UINT indexMenu,
{
// OutputDebugStringA("QueryContextMenu");
+ /*
+ for (UInt32 i = 0; i < _fileNames.Size(); i++)
+ {
+ OutputDebugStringW(_fileNames[i]);
+ }
+ */
+
LoadLangOneTime();
if (_fileNames.Size() == 0)
return E_FAIL;