initialize menuhandle to null; r=sfraser; bug #45245

This commit is contained in:
brade%netscape.com 2000-08-01 09:06:25 +00:00
Родитель 38608685e3
Коммит abea185e60
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -386,7 +386,7 @@ nsMenuBar::MenuConstruct( const nsMenuEvent & aMenuEvent, nsIWidget* aParentWind
menuElement->GetAttribute(NS_ConvertASCIItoUCS2("id"), menuIDstring);
if(menuIDstring.EqualsWithConversion("menu_Help")) {
nsMenuEvent event;
MenuHandle handle;
MenuHandle handle = nsnull;
#if !(defined(RHAPSODY) || defined(TARGET_CARBON))
::HMGetHelpMenuHandle(&handle);
#endif