Added debug menu items to bring motif viewer in sync with win32 viewer.

git-svn-id: svn://10.0.0.236/trunk@6806 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kmcclusk%netscape.com
1998-07-29 22:56:25 +00:00
parent 37e44bb207
commit 2f5683111e

View File

@@ -150,6 +150,9 @@ void CreateViewerMenus(Widget aParent, MenuCallbackProc aCallback)
{"Show Frame Size", "a", VIEWER_SHOW_FRAME_SIZE},
{"Show Style Size", "y", VIEWER_SHOW_STYLE_SIZE},
{"separator", NULL, 0},
{"Debug Save", "v", VIEWER_DEBUGSAVE},
{"Debug Toggle Selection", "q", VIEWER_TOGGLE_SELECTION},
{"separator", NULL, 0},
{"Debug Robot", "R", VIEWER_DEBUGROBOT},
{"separator", NULL, 0},
{"Show Content Quality", ".", VIEWER_SHOW_CONTENT_QUALITY},