turn on tree view command for win and macos.

This commit is contained in:
pinkerton%netscape.com 1998-12-03 17:59:25 +00:00
parent 163ee6e30c
commit 780c249022

View File

@ -462,7 +462,7 @@ nsBrowserWindow::DispatchMenuItem(PRInt32 aID)
case VIEWER_PRINT:
DoPrint();
break;
#ifdef XP_WIN
#if defined(XP_WIN) || defined(XP_MAC)
case VIEWER_TREEVIEW:
// Instantiate a tree widget
DoTreeView();