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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/PPageWebServer.cpp')
-rw-r--r--src/mpc-hc/PPageWebServer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mpc-hc/PPageWebServer.cpp b/src/mpc-hc/PPageWebServer.cpp
index 97dd62dfb..6da605395 100644
--- a/src/mpc-hc/PPageWebServer.cpp
+++ b/src/mpc-hc/PPageWebServer.cpp
@@ -26,6 +26,7 @@
#include "SysVersion.h"
#include "PathUtils.h"
#include <afxglobals.h>
+#include "WebServer.h"
// CPPageWebServer dialog
@@ -171,7 +172,7 @@ static int __stdcall BrowseCtrlCallback(HWND hwnd, UINT uMsg, LPARAM lParam, LPA
bool CPPageWebServer::PickDir(CString& dir)
{
- CString strTitle = ResStr(IDS_PPAGEWEBSERVER_0);
+ CString strTitle(StrRes(IDS_PPAGEWEBSERVER_0));
bool success = false;
if (SysVersion::IsVistaOrLater()) {