Bug 7363: file-not-found exception when generating narrative web
document.png is in images/ not images/webstuff/
This commit is contained in:
parent
d49b0d2b00
commit
3b3a0338a3
@ -168,7 +168,7 @@ def load_on_reg(dbstate, uistate, plugin):
|
||||
# all other images for use in NarrativeWeb
|
||||
['All Images', 0, 'All Images', None, None,
|
||||
[path_img("blank.gif"),
|
||||
path_img("document.png")], [] ],
|
||||
os.path.join(IMAGE_DIR, "document.png")], [] ],
|
||||
|
||||
# Gramps Fav icon #2
|
||||
["favicon2", 0, "FavIcon2",
|
||||
|
Loading…
Reference in New Issue
Block a user