Fix that POST card's message is disappearing when language/iconset change occurs

This commit is contained in:
Laci bá
2021-12-05 11:48:31 +01:00
parent c208cc4283
commit 41ba4ee86b
4 changed files with 16 additions and 2 deletions

View File

@@ -453,6 +453,12 @@ ui_sb_update_panes()
}
void
ui_sb_update_text()
{
}
void
plat_get_dirname(char *dest, const char *path)
{