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/Windows/ResourceString.cpp')
-rwxr-xr-xCPP/Windows/ResourceString.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Windows/ResourceString.cpp b/CPP/Windows/ResourceString.cpp
index 42cc477e..8d043b13 100755
--- a/CPP/Windows/ResourceString.cpp
+++ b/CPP/Windows/ResourceString.cpp
@@ -51,7 +51,7 @@ UString MyLoadStringW(HINSTANCE hInstance, UINT resourceID)
s.ReleaseBuffer();
return s;
}
- return GetUnicodeString(MyLoadString(resourceID));
+ return GetUnicodeString(MyLoadString(hInstance, resourceID));
}
UString MyLoadStringW(UINT resourceID)