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:
@@ -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>
|
2007-11-11 Jim Sack <jgsack@san.rr.com>
|
||||||
* src/GrampsDb/_WriteGedcom.py: fix #1365 s/SGLS/SLGS/
|
* src/GrampsDb/_WriteGedcom.py: fix #1365 s/SGLS/SLGS/
|
||||||
backport fix from trunk (issue #1364 there).
|
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\n"\
|
"\t<b>%s:</b>\t%s\n"\
|
||||||
|
"\t<b>%s:</b>\t%s\n"\
|
||||||
"\t<b>%s:</b>\t%s" % (
|
"\t<b>%s:</b>\t%s" % (
|
||||||
_("Source Link"),
|
_("Source Link"),
|
||||||
_("Title"),escape(base.get_title()),
|
_("Title"),escape(base.get_title()),
|
||||||
|
Reference in New Issue
Block a user