Index: xfce4-clipman-plugin-1.2.2/panel-plugin/xfce4-clipman-settings.c =================================================================== --- xfce4-clipman-plugin-1.2.2.orig/panel-plugin/xfce4-clipman-settings.c +++ xfce4-clipman-plugin-1.2.2/panel-plugin/xfce4-clipman-settings.c @@ -514,7 +514,7 @@ cb_reset_actions (GtkButton *button) GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, - _("Reset actions"), NULL); + _("Reset actions")); gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), _("Are you sure you want to reset the actions to the system default values?")); res = gtk_dialog_run (GTK_DIALOG (dialog));