Home | Info | Community | Development | myReactOS | Contact Us
[protected, virtual]
Reimplemented from StartMenu.
Definition at line 2223 of file startmenu.cpp.
{ super::AddEntries(); #ifndef __MINGW32__ // SHRestricted() missing in MinGW (as of 29.10.2003) if (!g_Globals._SHRestricted || !SHRestricted(REST_NONETHOOD)) // or REST_NOENTIRENETWORK ? #endif #if defined(ROSSHELL) || defined(__REACTOS__) // __REACTOS__ to be removed when printer/network will be implemented AddButton(ResString(IDS_NETWORK), ICID_NETWORK, false, IDC_NETWORK); #else AddButton(ResString(IDS_NETWORK), ICID_NETWORK, true, IDC_NETWORK); #endif AddButton(ResString(IDS_DRIVES), ICID_FOLDER, true, IDC_DRIVES); }