Eliminate arbitrary length limit on labels.
* src/confdialog.c (create_dialog_tabs_2): Allocate memory for labels with xmalloc.
The previous limit of 79 characters means 39 letters or less
for non-Latin scripts, which is too short for some languages.
- Signed-off-by: Ineiev <ineiev@gnu.org>