Home
last modified time | relevance | path

Searched refs:label8 (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_gtk.c1683 char_u *label8; in dialog_add_buttons() local
1717 label8 = CONVERT_TO_UTF8((char_u *)label); in dialog_add_buttons()
1718 gtk_dialog_add_button(dialog, (const gchar *)label8, idx); in dialog_add_buttons()
1719 CONVERT_TO_UTF8_FREE(label8); in dialog_add_buttons()