merge-requests/6/head
thierry1970 2022-07-25 09:01:32 +02:00
rodzic 8f1ddd4427
commit 3271f1c855
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -975,7 +975,7 @@ panel_build (GSGDialog * dialog)
elem->dialog = dialog;
if (opt->unit == SANE_UNIT_NONE)
snprintf (title, sizeof (title), opt->title);
snprintf (title, sizeof (title), "%s", opt->title);
else
snprintf (title, sizeof (title),
"%s [%s]", opt->title, unit_string (opt->unit));