Start migrating internals away from GtkStock

This commit is contained in:
William Jon McCann
2013-06-24 19:28:53 -04:00
parent 2b571f41e2
commit 02c793f24a
37 changed files with 151 additions and 247 deletions

View File

@ -316,7 +316,7 @@ gtk_custom_paper_unix_dialog_init (GtkCustomPaperUnixDialog *dialog)
populate_dialog (dialog);
gtk_dialog_add_buttons (GTK_DIALOG (dialog),
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
_("_Close"), GTK_RESPONSE_CLOSE,
NULL);
gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_CLOSE);