summaryrefslogtreecommitdiff
path: root/testsuite/gtk/templates.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2013-06-24 17:57:44 -0400
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2013-06-24 19:53:08 -0400
commit3224e72bc132946edcaf0563c48cb76673e15446 (patch)
tree6917bda7d29d5ebf8afca0c0ed2a8b2ed0b0028f /testsuite/gtk/templates.c
parentfc71cbe5a6e22c7dea24a028d87ad0e2a050020b (diff)
downloadgtk+-3224e72bc132946edcaf0563c48cb76673e15446.tar.gz
Don't use stock APIs in the testsuite
Diffstat (limited to 'testsuite/gtk/templates.c')
-rw-r--r--testsuite/gtk/templates.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gtk/templates.c b/testsuite/gtk/templates.c
index 32c1e68080..66ccd1f0de 100644
--- a/testsuite/gtk/templates.c
+++ b/testsuite/gtk/templates.c
@@ -230,7 +230,7 @@ test_file_chooser_dialog_basic (void)
widget = gtk_file_chooser_dialog_new ("The Dialog", NULL,
GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER,
- GTK_STOCK_OK, GTK_RESPONSE_OK,
+ "_OK", GTK_RESPONSE_OK,
NULL);
g_assert (GTK_IS_FILE_CHOOSER_DIALOG (widget));