add ipath to default paragraph format

This commit is contained in:
dockes 2009-11-21 11:14:36 +00:00
parent ebcf2314cf
commit a5c937d56c

View File

@ -133,7 +133,7 @@ class PrefsPack {
static const char *getDfltResListFormat() { static const char *getDfltResListFormat() {
return "<img src=\"%I\" align=\"left\">" return "<img src=\"%I\" align=\"left\">"
"%R %S %L &nbsp;&nbsp;<b>%T</b><br>" "%R %S %L &nbsp;&nbsp;<b>%T</b><br>"
"%M&nbsp;%D&nbsp;&nbsp;&nbsp;<i>%U</i><br>" "%M&nbsp;%D&nbsp;&nbsp;&nbsp;<i>%U</i>&nbsp;%i<br>"
"%A %K"; "%A %K";
} }
static const char *getV18DfltResListFormat() { static const char *getV18DfltResListFormat() {