diff --git a/common/dialogs/dialog_configure_paths.cpp b/common/dialogs/dialog_configure_paths.cpp index eb641a2f75..7417af7842 100644 --- a/common/dialogs/dialog_configure_paths.cpp +++ b/common/dialogs/dialog_configure_paths.cpp @@ -222,6 +222,10 @@ bool DIALOG_CONFIGURE_PATHS::TransferDataFromWindow() { wxString name = m_EnvVars->GetCellValue( row, EV_NAME_COL ); wxString path = m_EnvVars->GetCellValue( row, EV_PATH_COL ); + wxString external = m_EnvVars->GetCellValue( row, EV_FLAG_COL ); + + if( external.Length() ) + continue; if( name.IsEmpty() ) {