OSDN Git Service

Select Plugin dialog: Fix a problem where the "Open files in the same window type...
[winmerge-jp/winmerge-jp.git] / Src / SelectPluginDlg.cpp
index 3955d96..af73199 100644 (file)
@@ -119,10 +119,11 @@ BOOL CSelectPluginDlg::OnInitDialog()
        // persist size via registry
        m_constraint.LoadPosition(_T("ResizeableDialogs"), _T("SelectPluginDlg"), false);
 
+       prepareListbox();
+
        m_bNoExtensionCheck = GetOptionsMgr()->GetBool(OPT_PLUGINS_UNPACK_DONT_CHECK_EXTENSION);
        m_bOpenInSameFrameType = GetOptionsMgr()->GetBool(OPT_PLUGINS_OPEN_IN_SAME_FRAME_TYPE);
 
-       prepareListbox();
        m_ctlPluginPipeline.SetFileControlStates(true);
        m_ctlPluginPipeline.LoadState(
                std::vector<const TCHAR *>{_T("Files\\Unpacker"), _T("Files\\Prediffer"), _T("Files\\EditorScript") }