]> Pileus Git - ~andy/gtk/commit
Fix typo replacing action "Parse" with "Paste"
authorMicah Carrick <micah@quixotix.com>
Tue, 26 Jun 2012 03:21:22 +0000 (20:21 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 11 Jul 2012 11:26:19 +0000 (07:26 -0400)
commit0ddb50235fd9c3ce7c37c945bea1d59c45d3dd59
treec8063a42ee3dda6799970fe079844b4062627947
parentbd3e3974c9714d5916d664525ba1c3e77f316afe
Fix typo replacing action "Parse" with "Paste"

The builder XML description has an action for "win.parse" but the
application is looking for "win.paste". Rename the label to
"_Paste" and the action to "win.paste" in the window action XML.

https://bugzilla.gnome.org/show_bug.cgi?id=678829
examples/bloatpad.c