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
path: root/src
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2013-10-19 13:31:19 +0400
committerUnderground78 <underground78@users.sourceforge.net>2013-10-19 20:43:09 +0400
commitf67dcb86fb03bae4084414c99a7dfae0e8a1f79f (patch)
tree041442e9180e581c07c56ac4d5c3427f83491e86 /src
parentb3217c58617944a489a01114428d0a5fe17158be (diff)
Fix some typos.
Diffstat (limited to 'src')
-rw-r--r--src/mpc-hc/MainFrm.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}