gecko-dev/xpfe/xpviewer
pavlov%pavlov.net f21684a83b nsBrowserWindow.cpp:3220
change
if (nsnull == menu) {
to
if (NS_OK == rv) {
which makes submenus be added correctly.
1998-11-08 02:09:38 +00:00
..
public Updated 1998-11-04 23:13:55 +00:00
src nsBrowserWindow.cpp:3220 1998-11-08 02:09:38 +00:00
Makefile Adding public directory 1998-11-03 06:14:37 +00:00
Makefile.in Updated 1998-11-04 23:13:55 +00:00
makefile.win Added the "find" dialog as an XPDialog 1998-11-02 16:07:23 +00:00