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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleAppCommon.cpp450 wxString amulewebPath; local
451 if (cmdline.Found(wxT("use-amuleweb"), &amulewebPath)) {
452 thePrefs::SetWSPath(amulewebPath);
453 AddLogLineNS(CFormat(wxT("Using amuleweb in '%s'.")) % amulewebPath);
H A Damule.cpp615 wxString amulewebPath = thePrefs::GetWSPath(); local
630 amulewebPath = wxCFStringRef(amulewebCfstr).AsString(wxLocale::GetSystemEncoding());
632 amulewebPath = wxMacCFStringHolder(amulewebCfstr).AsString(wxLocale::GetSystemEncoding());
646 amulewebPath +

Completed in 24 milliseconds