mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-31 21:21:08 +00:00
turn on tree view command for win and macos.
This commit is contained in:
parent
163ee6e30c
commit
780c249022
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user