2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/const.py.in: added constants for help pages * src/ViewManager.py: support for help pages called from menu 0001606: Help menu items not functioning svn: r9821
This commit is contained in:
@ -1466,7 +1466,7 @@ def key_bindings(obj):
|
||||
"""
|
||||
Display key bindings
|
||||
"""
|
||||
GrampsDisplay.help('keybind-lists')
|
||||
GrampsDisplay.help('keybind-lists', const.WIKI_KEYBINDINGS)
|
||||
|
||||
def manual_activate(obj):
|
||||
"""
|
||||
@ -1496,7 +1496,7 @@ def faq_activate(obj):
|
||||
"""
|
||||
Display FAQ
|
||||
"""
|
||||
GrampsDisplay.help('faq')
|
||||
GrampsDisplay.help("faq", webpage=const.WIKI_FAQ)
|
||||
|
||||
def by_menu_name(first, second):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user