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/PPagePlayer.cpp')
-rw-r--r--src/mpc-hc/PPagePlayer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpc-hc/PPagePlayer.cpp b/src/mpc-hc/PPagePlayer.cpp
index 03762d99a..bd9ea687f 100644
--- a/src/mpc-hc/PPagePlayer.cpp
+++ b/src/mpc-hc/PPagePlayer.cpp
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2014 see Authors.txt
+ * (C) 2006-2015 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -183,7 +183,7 @@ BOOL CPPagePlayer::OnApply()
MB_ICONINFORMATION | MB_OK);
}
- if (!Translations::SetLanguage(Translations::GetLanguageResourceByLocaleID(language))) {
+ if (!Translations::SetLanguage(language)) {
// In case of error, reset the language to English
language = 0;
m_langsComboBox.SetCurSel(m_nPosLangEnglish);