From 0c4ce1b655b9bfb072684e2355139493c27efb34 Mon Sep 17 00:00:00 2001 From: steffen123 Date: Mon, 2 Aug 2010 11:18:44 +0200 Subject: [PATCH] remove license menu entry as that info is in the about dialogue --- pyfpdb/fpdb.pyw | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyfpdb/fpdb.pyw b/pyfpdb/fpdb.pyw index cc050d07..b875900f 100755 --- a/pyfpdb/fpdb.pyw +++ b/pyfpdb/fpdb.pyw @@ -810,7 +810,6 @@ class fpdb: - """ @@ -846,8 +845,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), - ('About', None, 'A_bout', None, 'About the program', self.dia_about), - ('License', None, '_License and Copying (todo)', None, 'License and Copying', self.dia_licensing), + ('About', None, 'A_bout, License, Copying', None, 'About the program', self.dia_about), ]) actiongroup.get_action('Quit').set_property('short-label', '_Quit')