2007-11-12 Gary Burton <gary.burton@zen.co.uk>
* src/ScratchPad.py: fixed a crash when building tooltip. Not enough place holders in format string svn: r9343
This commit is contained in:
parent
0054f537d1
commit
59dd029306
@ -1,3 +1,7 @@
|
||||
2007-11-12 Gary Burton <gary.burton@zen.co.uk>
|
||||
* src/ScratchPad.py: fixed a crash when building tooltip. Not enough
|
||||
place holders in format string
|
||||
|
||||
2007-11-11 Jim Sack <jgsack@san.rr.com>
|
||||
* src/GrampsDb/_WriteGedcom.py: fix #1365 s/SGLS/SLGS/
|
||||
backport fix from trunk (issue #1364 there).
|
||||
|
@ -719,6 +719,7 @@ class ScratchSourceLink(ScratchPadWrapper):
|
||||
"\t<b>%s:</b>\t%s\n"\
|
||||
"\t<b>%s:</b>\t%s\n"\
|
||||
"\t<b>%s:</b>\t%s\n"\
|
||||
"\t<b>%s:</b>\t%s\n"\
|
||||
"\t<b>%s:</b>\t%s" % (
|
||||
_("Source Link"),
|
||||
_("Title"),escape(base.get_title()),
|
||||
|
Loading…
x
Reference in New Issue
Block a user