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:
authorCasimir666 <casimir666@users.sourceforge.net>2007-09-08 14:07:10 +0400
committerCasimir666 <casimir666@users.sourceforge.net>2007-09-08 14:07:10 +0400
commitb757afdf17d96049612dd7080ae8e376118bd599 (patch)
treecea6d72d52c7cadd4672661e47d1775b16431359 /src/apps/mplayerc/PlayerShaderEditorBar.cpp
parentc5910461ec008056c158f3d4b706c7ccf766295a (diff)
Added support for multilangual in satellite DLL's (English, German and French)
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@188 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PlayerShaderEditorBar.cpp')
-rw-r--r--src/apps/mplayerc/PlayerShaderEditorBar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apps/mplayerc/PlayerShaderEditorBar.cpp b/src/apps/mplayerc/PlayerShaderEditorBar.cpp
index d098dff71..51b403425 100644
--- a/src/apps/mplayerc/PlayerShaderEditorBar.cpp
+++ b/src/apps/mplayerc/PlayerShaderEditorBar.cpp
@@ -38,7 +38,7 @@ CPlayerShaderEditorBar::~CPlayerShaderEditorBar()
BOOL CPlayerShaderEditorBar::Create(CWnd* pParentWnd)
{
- if(!__super::Create(_T("Shader Editor"), pParentWnd, 0))
+ if(!__super::Create(ResStr(IDS_AG_SHADER_EDITOR), pParentWnd, 0))
return FALSE;
m_dlg.Create(this);
@@ -81,4 +81,4 @@ void CPlayerShaderEditorBar::OnSize(UINT nType, int cx, int cy)
GetClientRect(r);
m_dlg.MoveWindow(r);
}
-} \ No newline at end of file
+}