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>2008-09-06 18:41:55 +0400
committerCasimir666 <casimir666@users.sourceforge.net>2008-09-06 18:41:55 +0400
commit41080c3b40b5b53f8ac5c1811c349c01e2cae5f7 (patch)
tree85b2c9b08d1573cee6a9f0e76b8d2bffe8ed0487 /src/apps/mplayerc/PPageAccelTbl.cpp
parentb73967c5f3c692fd01d97ea8be8c002e34ae8cf4 (diff)
Changed : localization for shortcuts names
Changed : updated French translation git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@779 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PPageAccelTbl.cpp')
-rw-r--r--src/apps/mplayerc/PPageAccelTbl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/mplayerc/PPageAccelTbl.cpp b/src/apps/mplayerc/PPageAccelTbl.cpp
index 50826220c..aba0b3c67 100644
--- a/src/apps/mplayerc/PPageAccelTbl.cpp
+++ b/src/apps/mplayerc/PPageAccelTbl.cpp
@@ -639,7 +639,7 @@ BOOL CPPageAccelTbl::OnInitDialog()
POSITION pos = m_wmcmds.GetHeadPosition();
for(int i = 0; pos; i++)
{
- int row = m_list.InsertItem(m_list.GetItemCount(), m_wmcmds.GetAt(pos).name, COL_CMD);
+ int row = m_list.InsertItem(m_list.GetItemCount(), m_wmcmds.GetAt(pos).GetName(), COL_CMD);
m_list.SetItemData(row, (DWORD_PTR)pos);
m_wmcmds.GetNext(pos);
}