</child>
<child>
<object class="GtkCheckMenuItem" id="show_presets">
- <property name="label" translatable="yes">_Show Presets</property>
+ <property name="label" translatable="yes">Presets _List</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="use_underline">True</property>
set_preset_menu_button_label(signal_user_data_t *ud, hb_preset_index_t *path)
{
char * fullname, * text;
+ const char * description;
GtkLabel * label;
+ GtkWidget * widget;
GhbValue * dict;
int type;
gtk_label_set_markup(label, text);
free(fullname);
free(text);
+
+ description = ghb_dict_get_string(dict, "PresetDescription");
+ widget = GHB_WIDGET(ud->builder, "presets_menu_button");
+ gtk_widget_set_tooltip_text(widget, description);
}
static void