diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-25 00:59:01 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-25 02:50:14 +0200 |
commit | da0a5c43dc53a48a70f4f1a15bce081b87bbe85f (patch) | |
tree | 9befc380608a5248b7dbb4cc40a588168a1f87d0 /share | |
parent | 384dad7bd8eaada318ac6948a4a455edd8faa185 (diff) | |
download | logdiag-da0a5c43dc53a48a70f4f1a15bce081b87bbe85f.tar.gz logdiag-da0a5c43dc53a48a70f4f1a15bce081b87bbe85f.tar.xz logdiag-da0a5c43dc53a48a70f4f1a15bce081b87bbe85f.zip |
Add the user guide to the Help menu
The old GLib put up a good fight, it says "URIs not supported"
even for the file:// scheme.
Diffstat (limited to 'share')
-rw-r--r-- | share/gui/window-main.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/gui/window-main.ui b/share/gui/window-main.ui index 8974cdc..1d90531 100644 --- a/share/gui/window-main.ui +++ b/share/gui/window-main.ui @@ -36,6 +36,7 @@ <menuitem action="NormalSize" /> </menu> <menu name="HelpMenu" action="HelpMenu"> + <menuitem action="UserGuide" /> <menuitem action="About" /> </menu> </menubar> |