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/PPageFileMediaInfo.cpp')
-rw-r--r--src/mpc-hc/PPageFileMediaInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpc-hc/PPageFileMediaInfo.cpp b/src/mpc-hc/PPageFileMediaInfo.cpp
index fc47b6cb5..b4766a8b7 100644
--- a/src/mpc-hc/PPageFileMediaInfo.cpp
+++ b/src/mpc-hc/PPageFileMediaInfo.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2009-2015 see Authors.txt
+ * (C) 2009-2016 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -145,7 +145,7 @@ CPPageFileMediaInfo::CPPageFileMediaInfo(CString path, IFileSourceFilter* pFSF,
CString info = MI.Inform().c_str();
if (info.IsEmpty() || !info.Find(_T("Unable to load"))) {
- info = ResStr(IDS_MEDIAINFO_NO_INFO_AVAILABLE);
+ info.LoadString(IDS_MEDIAINFO_NO_INFO_AVAILABLE);
}
return info;