* src/GrampsDisplay.py: wrong const, const.url_manual must be const.URL_MANUAL
2007-09-19 Benny Malengier <benny.malengier@gramps-project.org> svn: r8992
This commit is contained in:
parent
0c1abd5a54
commit
8a422e7e7d
@ -1,3 +1,6 @@
|
||||
2007-09-19 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/GrampsDisplay.py: wrong const, const.url_manual must be const.URL_MANUAL
|
||||
|
||||
2007-09-19 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/GrampsDbUtils/_GedcomStageOne.py: empty gedcom gives error message, not crash
|
||||
|
||||
|
@ -31,7 +31,7 @@ def help(target):
|
||||
import gnome
|
||||
gnome.help_display('gramps',target)
|
||||
except:
|
||||
url(const.url_manual+'en/')
|
||||
url(const.URL_MANUAL+'en/')
|
||||
|
||||
def url(target):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user