summaryrefslogtreecommitdiff
path: root/gtk/gtkaboutdialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-10-28 15:04:57 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-10-28 15:04:57 +0000
commit6a047273c3ed610e1d31def0691e178cee41a0a8 (patch)
treeff5a857ff067556709d9a1c549081e74218f5606 /gtk/gtkaboutdialog.c
parentfeb5ffb0326868db49c57bbd96b41d7ce46d1dad (diff)
downloadgtk+-6a047273c3ed610e1d31def0691e178cee41a0a8.tar.gz
Fix the build
Diffstat (limited to 'gtk/gtkaboutdialog.c')
-rw-r--r--gtk/gtkaboutdialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c
index ad228d3f29..037809dfe8 100644
--- a/gtk/gtkaboutdialog.c
+++ b/gtk/gtkaboutdialog.c
@@ -504,7 +504,7 @@ gtk_about_dialog_init (GtkAboutDialog *about)
gtk_dialog_set_default_response (GTK_DIALOG (about), GTK_RESPONSE_CLOSE);
/* Add the credits button */
- button = gtk_button_new_from_mnemonic (_("C_redits"));
+ button = gtk_button_new_with_mnemonic (_("C_redits"));
image = gtk_image_new_from_stock (GTK_STOCK_ABOUT, GTK_ICON_SIZE_BUTTON);
gtk_button_set_image (GTK_BUTTON (button), image);
gtk_widget_set_no_show_all (button, TRUE);