X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelp-menu.h;fp=src%2Fui%2Fgui%2Fhelp-menu.h;h=ff3740fba6291c46598272c17fc7211667a82184;hb=cd7df218e1f2798b4ac8e193558a67e6ad59e3ed;hp=0000000000000000000000000000000000000000;hpb=5a255c3dcf7eda570645f7c3635d6a3ef9a084d0;p=pspp diff --git a/src/ui/gui/help-menu.h b/src/ui/gui/help-menu.h new file mode 100644 index 0000000000..ff3740fba6 --- /dev/null +++ b/src/ui/gui/help-menu.h @@ -0,0 +1,25 @@ +/* PSPPIRE - a graphical user interface for PSPP. + Copyright (C) 2007, 2010 Free Software Foundation + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ + +#ifndef HELP_MENU_H +#define HELP_MENU_H + +#include + + +void merge_help_menu (GtkUIManager *uim); + +#endif