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/HelpUtils.cpp')
-rwxr-xr-x7zip/FileManager/HelpUtils.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/7zip/FileManager/HelpUtils.cpp b/7zip/FileManager/HelpUtils.cpp
index 93203449..c2bf49a5 100755
--- a/7zip/FileManager/HelpUtils.cpp
+++ b/7zip/FileManager/HelpUtils.cpp
@@ -14,10 +14,7 @@ void ShowHelpWindow(HWND hwnd, LPCWSTR topicFile)
{
UString path;
if (!::GetProgramFolderPath(path))
- {
- // AfxMessageBox(TEXT("App Path Registry Item not found"));
return;
- }
path += kHelpFileName;
path += topicFile;
HtmlHelp(hwnd, GetSystemString(path), HH_DISPLAY_TOPIC, NULL);