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/DSUtil/DSUtil.cpp')
-rw-r--r--src/DSUtil/DSUtil.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/DSUtil/DSUtil.cpp b/src/DSUtil/DSUtil.cpp
index 7389067e8..71c9dee67 100644
--- a/src/DSUtil/DSUtil.cpp
+++ b/src/DSUtil/DSUtil.cpp
@@ -897,7 +897,7 @@ cdrom_t GetCDROMType(TCHAR drive, CAtlList<CString>& files)
CDROM_TOC TOC;
if (DeviceIoControl(hDrive, IOCTL_CDROM_READ_TOC, NULL, 0, &TOC, sizeof(TOC), &BytesReturned, 0)) {
for (ptrdiff_t i = TOC.FirstTrack; i <= TOC.LastTrack; i++) {
- // MMC-3 Draft Revision 10g: Table 222 – Q Sub-channel control field
+ // MMC-3 Draft Revision 10g: Table 222 - Q Sub-channel control field
TOC.TrackData[i-1].Control &= 5;
if (TOC.TrackData[i-1].Control == 0 || TOC.TrackData[i-1].Control == 1) {
CString fn;
@@ -1655,7 +1655,7 @@ static struct {
{"Bikol", "bik", ""},
{"Bini", "bin", ""},
{"Bislama", "bis", "bi"},
- {"Bokmål, Norwegian; Norwegian Bokmål", "nob", "nb"},
+ {"Bokmål, Norwegian; Norwegian Bokmål", "nob", "nb"},
{"Bosnian", "bos", "bs"},
{"Braj", "bra", ""},
{"Breton", "bre", "br", MAKELCID( MAKELANGID(LANG_BRETON, SUBLANG_DEFAULT), SORT_DEFAULT)},
@@ -1782,7 +1782,7 @@ static struct {
{"Greenlandic; Kalaallisut", "kal", "kl", MAKELCID( MAKELANGID(LANG_GREENLANDIC, SUBLANG_DEFAULT), SORT_DEFAULT)},
{"Guarani", "grn", "gn"},
{"Gujarati", "guj", "gu", MAKELCID( MAKELANGID(LANG_GUJARATI, SUBLANG_DEFAULT), SORT_DEFAULT)},
- {"Gwich´in", "gwi", ""},
+ {"Gwich’in", "gwi", ""},
{"Haida", "hai", ""},
{"Hausa", "hau", "ha", MAKELCID( MAKELANGID(LANG_HAUSA, SUBLANG_DEFAULT), SORT_DEFAULT)},
{"Hawaiian", "haw", ""},
@@ -1936,7 +1936,7 @@ static struct {
{"Northern Sami", "sme", "se"},
{"North Ndebele", "nde", "nd"},
{"Norwegian", "nor", "no", MAKELCID( MAKELANGID(LANG_NORWEGIAN, SUBLANG_DEFAULT), SORT_DEFAULT)},
- {"Norwegian Bokmål; Bokmål, Norwegian", "nob", "nb", MAKELCID( MAKELANGID(LANG_NORWEGIAN, SUBLANG_DEFAULT), SORT_DEFAULT)},
+ {"Norwegian Bokmål; Bokmål, Norwegian", "nob", "nb", MAKELCID( MAKELANGID(LANG_NORWEGIAN, SUBLANG_DEFAULT), SORT_DEFAULT)},
{"Norwegian Nynorsk; Nynorsk, Norwegian", "nno", "nn", MAKELCID( MAKELANGID(LANG_NORWEGIAN, SUBLANG_DEFAULT), SORT_DEFAULT)},
{"Nubian languages", "nub", ""},
{"Nyamwezi", "nym", ""},
@@ -1945,7 +1945,7 @@ static struct {
{"Nynorsk, Norwegian; Norwegian Nynorsk", "nno", "nn"},
{"Nyoro", "nyo", ""},
{"Nzima", "nzi", ""},
- {"Occitan (post 1500},; Provençal", "oci", "oc", MAKELCID( MAKELANGID(LANG_OCCITAN, SUBLANG_DEFAULT), SORT_DEFAULT)},
+ {"Occitan (post 1500},; Provençal", "oci", "oc", MAKELCID( MAKELANGID(LANG_OCCITAN, SUBLANG_DEFAULT), SORT_DEFAULT)},
{"Ojibwa", "oji", "oj"},
{"Old Bulgarian; Old Slavonic; Church Slavonic;", "chu", "cu"},
{"Oriya", "ori", "or"},
@@ -1971,8 +1971,8 @@ static struct {
{"Polish", "pol", "pl", MAKELCID( MAKELANGID(LANG_POLISH, SUBLANG_DEFAULT), SORT_DEFAULT)},
{"Portuguese", "por", "pt", MAKELCID( MAKELANGID(LANG_PORTUGUESE, SUBLANG_DEFAULT), SORT_DEFAULT)},
{"Prakrit languages", "pra", ""},
- {"Provençal; Occitan (post 1500)", "oci", "oc"},
- {"Provençal, Old (to 1500)", "pro", ""},
+ {"Provençal; Occitan (post 1500)", "oci", "oc"},
+ {"Provençal, Old (to 1500)", "pro", ""},
{"Pushto", "pus", "ps"},
{"Quechua", "que", "qu", MAKELCID( MAKELANGID(LANG_QUECHUA, SUBLANG_DEFAULT), SORT_DEFAULT)},
{"Raeto-Romance", "roh", "rm"},