From 60c3afe0fe56cf359640289c824d850bef098b70 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 1 Dec 2017 10:19:32 -0500 Subject: [PATCH] recent chooser: Remove the word stock from the docs We don't support stock items anymore. --- gtk/gtkrecentchooserdialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkrecentchooserdialog.c b/gtk/gtkrecentchooserdialog.c index 24e781ccc0..beeae9102b 100644 --- a/gtk/gtkrecentchooserdialog.c +++ b/gtk/gtkrecentchooserdialog.c @@ -289,7 +289,7 @@ gtk_recent_chooser_dialog_new_valist (const gchar *title, * gtk_recent_chooser_dialog_new: * @title: (allow-none): Title of the dialog, or %NULL * @parent: (allow-none): Transient parent of the dialog, or %NULL, - * @first_button_text: (allow-none): stock ID or text to go in the first button, or %NULL + * @first_button_text: (allow-none): text to go in the first button, or %NULL * @...: response ID for the first button, then additional (button, id) * pairs, ending with %NULL * @@ -325,7 +325,7 @@ gtk_recent_chooser_dialog_new (const gchar *title, * @title: (allow-none): Title of the dialog, or %NULL * @parent: (allow-none): Transient parent of the dialog, or %NULL, * @manager: a #GtkRecentManager - * @first_button_text: (allow-none): stock ID or text to go in the first button, or %NULL + * @first_button_text: (allow-none): text to go in the first button, or %NULL * @...: response ID for the first button, then additional (button, id) * pairs, ending with %NULL *