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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mpc-hc/PPagePlayer.cpp b/src/mpc-hc/PPagePlayer.cpp
index d2daae20d..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.
*
@@ -33,7 +33,6 @@ IMPLEMENT_DYNAMIC(CPPagePlayer, CPPageBase)
CPPagePlayer::CPPagePlayer()
: CPPageBase(CPPagePlayer::IDD, CPPagePlayer::IDD)
, m_iAllowMultipleInst(0)
- , m_fTrayIcon(FALSE)
, m_iTitleBarTextStyle(0)
, m_bTitleBarTextTitle(0)
, m_fRememberWindowPos(FALSE)
@@ -41,6 +40,7 @@ CPPagePlayer::CPPagePlayer()
, m_fSavePnSZoom(FALSE)
, m_fSnapToDesktopEdges(FALSE)
, m_fUseIni(FALSE)
+ , m_fTrayIcon(FALSE)
, m_fKeepHistory(FALSE)
, m_fHideCDROMsSubMenu(FALSE)
, m_priority(FALSE)
@@ -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);