From f67dcb86fb03bae4084414c99a7dfae0e8a1f79f Mon Sep 17 00:00:00 2001 From: Underground78 Date: Sat, 19 Oct 2013 11:31:19 +0200 Subject: Fix some typos. --- src/mpc-hc/MainFrm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mpc-hc/MainFrm.cpp b/src/mpc-hc/MainFrm.cpp index 656584e20..c503678c6 100644 --- a/src/mpc-hc/MainFrm.cpp +++ b/src/mpc-hc/MainFrm.cpp @@ -910,7 +910,7 @@ void CMainFrame::OnClose() pos = m_shaderlabels.GetHeadPosition(); while (pos) { strList += m_shaderlabels.GetAt(pos) + "|"; - m_dockingbars.GetNext(pos); + m_shaderlabels.GetNext(pos); } s.strShaderList = strList; } @@ -921,7 +921,7 @@ void CMainFrame::OnClose() pos = m_shaderlabelsScreenSpace.GetHeadPosition(); while (pos) { strList += m_shaderlabelsScreenSpace.GetAt(pos) + "|"; - m_dockingbars.GetNext(pos); + m_shaderlabelsScreenSpace.GetNext(pos); } s.strShaderListScreenSpace = strList; } -- cgit v1.2.3