remove license menu entry as that info is in the about dialogue
This commit is contained in:
parent
ed239668c0
commit
0c4ce1b655
|
@ -810,7 +810,6 @@ class fpdb:
|
||||||
<menuitem action="Logs"/>
|
<menuitem action="Logs"/>
|
||||||
<separator/>
|
<separator/>
|
||||||
<menuitem action="About"/>
|
<menuitem action="About"/>
|
||||||
<menuitem action="License"/>
|
|
||||||
</menu>
|
</menu>
|
||||||
</menubar>
|
</menubar>
|
||||||
</ui>"""
|
</ui>"""
|
||||||
|
@ -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),
|
('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'),
|
('help', None, '_Help'),
|
||||||
('Logs', None, '_Log Messages', None, 'Log and Debug Messages', self.dia_logs),
|
('Logs', None, '_Log Messages', None, 'Log and Debug Messages', self.dia_logs),
|
||||||
('About', None, 'A_bout', None, 'About the program', self.dia_about),
|
('About', None, 'A_bout, License, Copying', None, 'About the program', self.dia_about),
|
||||||
('License', None, '_License and Copying (todo)', None, 'License and Copying', self.dia_licensing),
|
|
||||||
])
|
])
|
||||||
actiongroup.get_action('Quit').set_property('short-label', '_Quit')
|
actiongroup.get_action('Quit').set_property('short-label', '_Quit')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user