diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2013-06-24 17:31:22 -0400 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2013-06-24 19:53:08 -0400 |
commit | fc71cbe5a6e22c7dea24a028d87ad0e2a050020b (patch) | |
tree | baf11b422ee1640b6e17ac317e27eb2ea49ad59f /tests/testmenubutton.c | |
parent | c79a21e1ddda961be43813daa9179505af89adb7 (diff) | |
download | gtk+-fc71cbe5a6e22c7dea24a028d87ad0e2a050020b.tar.gz |
Remove most of the stock API usage from the tests
With the exception of GtkActions and the tests for stock items.
Diffstat (limited to 'tests/testmenubutton.c')
-rw-r--r-- | tests/testmenubutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testmenubutton.c b/tests/testmenubutton.c index 08ce2c9276..5deb570270 100644 --- a/tests/testmenubutton.c +++ b/tests/testmenubutton.c @@ -41,7 +41,7 @@ int main (int argc, char **argv) GtkWidget *item; if (i == 3) { - item = gtk_image_menu_item_new_from_stock (GTK_STOCK_COPY, accel_group); + item = gtk_menu_item_new_with_mnemonic ("_Copy"); } else { char *label; |