From 34171e64607328a7232bd5692d107715b15f66c4 Mon Sep 17 00:00:00 2001 From: Chris Moore Date: Fri, 27 May 2011 23:36:56 -0700 Subject: [PATCH] Add an entry to the Help menu to recreate the Help tab if it's been closed. --- pyfpdb/fpdb.pyw | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyfpdb/fpdb.pyw b/pyfpdb/fpdb.pyw index 5547d740..898fe9a8 100755 --- a/pyfpdb/fpdb.pyw +++ b/pyfpdb/fpdb.pyw @@ -878,6 +878,7 @@ class fpdb: + @@ -918,6 +919,7 @@ class fpdb: ('dumptofile', None, _('Dump Database to Textfile (takes ALOT of time)'), None, 'Dump Database to Textfile (takes ALOT of time)', self.dia_dump_db), ('help', None, _('_Help')), ('Logs', None, _('_Log Messages'), None, 'Log and Debug Messages', self.dia_logs), + ('Help Tab', None, _('_Help Tab'), None, 'Help Tab', self.tab_main_help), ('About', None, _('A_bout, License, Copying'), None, 'About the program', self.dia_about), ]) actiongroup.get_action('Quit').set_property('short-label', _('_Quit')) -- 2.11.4.GIT