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:
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;
}