47
47
gchar *msg = _("System program problem detected");
48
48
gchar *descr = _("Do you want to report the problem "
51
51
GTK_DIALOG_DESTROY_WITH_PARENT,
56
57
gtk_dialog_add_button(dialog, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
57
58
gtk_dialog_add_button(dialog, _("Report problem…"), GTK_RESPONSE_ACCEPT);
58
59
int res = gtk_dialog_run(dialog);
60
61
if (res == GTK_RESPONSE_ACCEPT)