Refactor the Help menu.
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 10 May 2010 16:50:38 +0000 (18:50 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 10 May 2010 16:50:38 +0000 (18:50 +0200)
commitcd7df218e1f2798b4ac8e193558a67e6ad59e3ed
tree554a7026a367d47044e6b179572b178d72084091
parent5a255c3dcf7eda570645f7c3635d6a3ef9a084d0
Refactor the Help menu.

Instead of writing a help menu for each of the three main windows,
implement it once, and merge it into the menubars using GtkUIManager
13 files changed:
src/ui/gui/about.c [deleted file]
src/ui/gui/about.h [deleted file]
src/ui/gui/automake.mk
src/ui/gui/data-editor.ui
src/ui/gui/help-menu.c [new file with mode: 0644]
src/ui/gui/help-menu.h [new file with mode: 0644]
src/ui/gui/helper.c
src/ui/gui/helper.h
src/ui/gui/output-viewer.glade
src/ui/gui/psppire-data-window.c
src/ui/gui/psppire-output-window.c
src/ui/gui/psppire-syntax-window.c
src/ui/gui/syntax-editor.glade