Index: trunk/src_plugins/dialogs/dlg_pref_lib.c =================================================================== --- trunk/src_plugins/dialogs/dlg_pref_lib.c (revision 37112) +++ trunk/src_plugins/dialogs/dlg_pref_lib.c (revision 37113) @@ -295,7 +295,7 @@ RND_DAD_CHANGE_CB(ctx.dlg, lib_cell_edit_update); RND_DAD_LABEL(ctx.dlg, "Expanded\nversion:"); - RND_DAD_LABEL(ctx.dlg, rnd_strdup(cell[1])); + RND_DAD_LABEL(ctx.dlg, cell[1]); ctx.wexp = RND_DAD_CURRENT(ctx.dlg); ctx.dlg[ctx.wexp].val.str = rnd_strdup(cell[1]);