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:
authorUnderground78 <underground78@users.sourceforge.net>2015-08-22 11:21:38 +0300
committerUnderground78 <underground78@users.sourceforge.net>2015-09-24 22:57:34 +0300
commit8a4ea8d96c78b3266699328b0d2a157808a8507c (patch)
treea8c2d99de309547ed886ed46d1007fb8efca2418
parentd0756a8c1fc31730db83f8e152e64f66a3e3a87a (diff)
Internal Filters page: Use the correct tooltip for WTV format.
Fix a copy-paste error in b5aeb134db5af0562e15a8846061d4ffb4819ee4. Fixes #5587.
-rw-r--r--src/mpc-hc/PPageInternalFilters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpc-hc/PPageInternalFilters.cpp b/src/mpc-hc/PPageInternalFilters.cpp
index d5cdb0ecb..f85384f73 100644
--- a/src/mpc-hc/PPageInternalFilters.cpp
+++ b/src/mpc-hc/PPageInternalFilters.cpp
@@ -403,7 +403,7 @@ void CPPageInternalFilters::InitFiltersList()
#endif
#if INTERNAL_SOURCEFILTER_WTV
if (bLAVSplitterIsAvailable) {
- m_filters.Add(filter_t(_T("WTV"), SOURCE_FILTER, SRC_WTV, IDS_INTERNAL_LAVF_WMV));
+ m_filters.Add(filter_t(_T("WTV"), SOURCE_FILTER, SRC_WTV, IDS_INTERNAL_LAVF));
}
#endif
#if INTERNAL_SOURCEFILTER_OGG