Home
last modified time | relevance | path

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

/dports/news/nzbget/nzbget-21.1/daemon/main/
H A DOptions.cpp74 static const char* OPTION_NZBLOG = "NzbLog"; variable
453 SetOption(OPTION_NZBLOG, "yes"); in InitDefaults()
732 m_nzbLog = (bool)ParseEnumValue(OPTION_NZBLOG, BoolCount, BoolNames, BoolValues); in InitOptions()