summaryrefslogtreecommitdiff
path: root/pluma/pluma-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'pluma/pluma-utils.h')
-rw-r--r--pluma/pluma-utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pluma/pluma-utils.h b/pluma/pluma-utils.h
index e3b1f387..785e6abe 100644
--- a/pluma/pluma-utils.h
+++ b/pluma/pluma-utils.h
@@ -64,12 +64,12 @@ void pluma_utils_menu_position_under_tree_view
gboolean *push_in,
gpointer user_data);
-GtkWidget *pluma_gtk_button_new_with_stock_icon (const gchar *label,
- const gchar *stock_id);
+GtkWidget *pluma_gtk_button_new_with_icon (const gchar *label,
+ const gchar *icon_name);
GtkWidget *pluma_dialog_add_button (GtkDialog *dialog,
const gchar *text,
- const gchar *stock_id,
+ const gchar *icon_name,
gint response_id);
gchar *pluma_utils_escape_underscores (const gchar *text,