Searched refs:ExecOnCompletionCommand (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.cpp1310 if (cfg->HasEntry(wxT("/eMule/ExecOnCompletionCommand"))) {
1311 wxString ExecOnCompletionCommand; local
1312 cfg->Read(wxT("/eMule/ExecOnCompletionCommand"), &ExecOnCompletionCommand, wxEmptyString);
1313 static_cast<Cfg_Str*>(s_CfgList[USEREVENTS_FIRST_ID + CUserEvents::DownloadCompleted * USEREVENTS_IDS_PER_EVENT + 2])->SetDefault(ExecOnCompletionCommand);
1314 cfg->DeleteEntry(wxT("/eMule/ExecOnCompletionCommand"));

Completed in 475 milliseconds