зеркало из https://github.com/mozilla/gecko-dev.git
added xptoolkit tree test 1 to menus
This commit is contained in:
Родитель
f19354c9e7
Коммит
b732bed0da
|
@ -58,6 +58,7 @@ GtkItemFactoryEntry menu_items[] =
|
|||
{ "/File/_Test Sites", nsnull, (GIFC)gtk_ifactory_cb, VIEWER_TOP100, nsnull },
|
||||
{ "/File/XPToolkit Tests", nsnull, nsnull, 0, "<Branch>" },
|
||||
{ "/File/Test Widgets/Toolbar Test 1", nsnull, (GIFC)gtk_ifactory_cb, VIEWER_XPTOOLKITTOOLBAR1, nsnull },
|
||||
{ "/File/Test Widgets/Tree Test 1", nsnull, (GIFC)gtk_ifactory_cb, VIEWER_XPTOOLKITTREE1, nsnull },
|
||||
{ "/File/sep1", nsnull, nsnull, 0, "<Separator>" },
|
||||
{ "/File/Print Preview", nsnull, (GIFC)gtk_ifactory_cb, VIEWER_ONE_COLUMN, nsnull },
|
||||
{ "/File/Print", nsnull, (GIFC)gtk_ifactory_cb, VIEWER_PRINT, nsnull },
|
||||
|
|
|
@ -47,6 +47,7 @@ VIEWER MENU DISCARDABLE
|
|||
POPUP "XPToolkit Tests"
|
||||
{
|
||||
MENUITEM "Toolbar Test 1", VIEWER_XPTOOLKITTOOLBAR1
|
||||
MENUITEM "Tree Test 1", VIEWER_XPTOOLKITTREE1
|
||||
}
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Print &Preview", VIEWER_ONE_COLUMN
|
||||
|
|
Загрузка…
Ссылка в новой задаче