Bug 7363: file-not-found exception when generating narrative web
document.png is in images/ not images/webstuff/
(cherry picked from commit 3b3a0338a3
)
This commit is contained in:
parent
1a429ca644
commit
d1034c5c41
@ -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