Searched refs:s_mintotray (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 DPreferences.h232 static bool DoMinToTray() { return s_mintotray; }
233 static void SetMinToTray(bool val) { s_mintotray = val; }
650 static bool s_mintotray; member in class:CPreferences
H A DPreferences.cpp112 bool CPreferences::s_mintotray; member in class:CPreferences
1131 NewCfgItem(IDC_MINTRAY, (new Cfg_Bool( wxT("/eMule/MinToTray"), s_mintotray, false )));

Completed in 102 milliseconds