OSDN Git Service

微修正。
[tpi/lychee.git] / src / frontend / dlg_make.cpp
index c2dfa31..afe3525 100644 (file)
@@ -270,7 +270,7 @@ void MakeDialog::OnTabChanged(wxNotebookEvent& e)
        else
        {
                // \83t\83@\83C\83\8b\82Ì\8fo\97Í\90æ\82ð\90\84\91ª\81B
-               wxString szOutputRootDir = WillMakeDirByArcName((MainFrame *) this->GetParent(), this) ? MakeDirPath(wxFileName::DirName(this->cbDir->GetValue()), wxFileName::FileName(this->cbFileName->GetValue()).GetName(), false).GetPath() : this->cbDir->GetValue();
+               wxString szOutputRootDir = WillMakeDirByArcName((MainFrame *) this->GetParent(), this) ? MakeDirPath(wxFileName::DirName(this->cbDir->GetValue()), wxFileName(this->cbFileName->GetValue()).GetName(), false).GetPath() : this->cbDir->GetValue();
 
                // \8ae\83t\83@\83C\83\8b\82É\83p\83X\82ð\95t\89Á\81B
                bool fDTVWarning = false;