|
a/src/qtgui/guiutils.h |
|
b/src/qtgui/guiutils.h |
|
... |
|
... |
131 |
{
|
131 |
{
|
132 |
}
|
132 |
}
|
133 |
static const char *getDfltResListFormat() {
|
133 |
static const char *getDfltResListFormat() {
|
134 |
return "<img src=\"%I\" align=\"left\">"
|
134 |
return "<img src=\"%I\" align=\"left\">"
|
135 |
"%R %S %L <b>%T</b><br>"
|
135 |
"%R %S %L <b>%T</b><br>"
|
136 |
"%M %D <i>%U</i><br>"
|
136 |
"%M %D <i>%U</i> %i<br>"
|
137 |
"%A %K";
|
137 |
"%A %K";
|
138 |
}
|
138 |
}
|
139 |
static const char *getV18DfltResListFormat() {
|
139 |
static const char *getV18DfltResListFormat() {
|
140 |
return "%R %S %L <b>%T</b><br>"
|
140 |
return "%R %S %L <b>%T</b><br>"
|
141 |
"%M %D <i>%U</i><br>"
|
141 |
"%M %D <i>%U</i><br>"
|