Home
last modified time | relevance | path

Searched refs:OPTION_INVALID_CHAR_REPLACE (Results 1 – 3 of 3) sorted by relevance

/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A DOptions.h82 OPTION_INVALID_CHAR_REPLACE, enumerator
H A DQueueView.cpp2969 wchar_t const replace = COptions::Get()->get_string(OPTION_INVALID_CHAR_REPLACE)[0]; in ReplaceInvalidCharacters()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/settings/
H A Doptionspage_transfer.cpp159 impl_->replace_->ChangeValue(m_pOptions->get_string(OPTION_INVALID_CHAR_REPLACE)); in LoadPage()
177 m_pOptions->set(OPTION_INVALID_CHAR_REPLACE, impl_->replace_->GetValue().ToStdWstring()); in SavePage()