E18 wants a br at the end of the dialog, otherwise last line is cutted out

This commit is contained in:
Davide Andreoli 2014-09-02 19:41:09 +02:00
parent beec9a292d
commit ef34d7d9ea
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ edgar_gadget_load(const char *name, const char *path)
"<font align=left><b>The %s gadget is outdated !</b><br><br>"
"Please update the gadget or contact the gadget maintainer.<br><br>"
"current edgar api: %d<br>"
"gadget api version: %ld"
"gadget api version: %ld<br>"
"</font>", name, CURRENT_VAPI, vapi);
return NULL;
}