Searched refs:Cfg_Skin (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.cpp807 class Cfg_Skin : public Cfg_Str class in inherits:Cfg_Str
810 Cfg_Skin( const wxString& keyname, wxString& value, const wxString& defaultVal = EmptyString ) function in class:Cfg_Skin
1115 NewCfgItem(IDC_WEBTEMPLATE, (new Cfg_Skin( wxT("/WebServer/Template"), s_WebTemplate, wxEmptyString )));
1145 NewCfgItem(IDC_SKIN, (new Cfg_Skin( wxT("/SkinGUIOptions/Skin"), s_Skin, wxEmptyString )));

Completed in 177 milliseconds