summaryrefslogtreecommitdiff
path: root/gtk/gtkaction.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-01-28 05:37:27 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-01-28 05:37:27 +0000
commit7f7900aceaf70c211f2f21d3b509d01cc98155df (patch)
treefd53ec0bd978cbc5e7853a7612ae04a8d8a24656 /gtk/gtkaction.c
parent85832deef32a5ff8de112dfc85be0ba624bd3c56 (diff)
downloadgtk+-7f7900aceaf70c211f2f21d3b509d01cc98155df.tar.gz
Use canonical property names
svn path=/trunk/; revision=17230
Diffstat (limited to 'gtk/gtkaction.c')
-rw-r--r--gtk/gtkaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkaction.c b/gtk/gtkaction.c
index 5962828406..93e1484a89 100644
--- a/gtk/gtkaction.c
+++ b/gtk/gtkaction.c
@@ -405,7 +405,7 @@ gtk_action_new (const gchar *name,
"name", name,
"label", label,
"tooltip", tooltip,
- "stock_id", stock_id,
+ "stock-id", stock_id,
NULL);
return action;