Add warning about this not being implemented. Not part of the build.

This commit is contained in:
blizzard%redhat.com 2002-02-03 06:08:21 +00:00
Родитель 6288e4e018
Коммит bbb04e5108
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -171,6 +171,8 @@ void CreateViewerMenus(nsIWidget * aParent,
NS_ASSERTION(nsnull != aParent,"null parent.");
NS_ASSERTION(nsnull != aMenuBarOut,"null out param.");
NS_WARNING("CreateViewerMenus is not implemented yet!\n");
GtkItemFactory *item_factory;
GtkWidget *menubar;