[gtk+] Fix typo replacing action "Parse" with "Paste"
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix typo replacing action "Parse" with "Paste"
- Date: Wed, 11 Jul 2012 11:25:46 +0000 (UTC)
commit 0ddb50235fd9c3ce7c37c945bea1d59c45d3dd59
Author: Micah Carrick <micah quixotix com>
Date: Mon Jun 25 20:21:22 2012 -0700
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 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/examples/bloatpad.c b/examples/bloatpad.c
index d5f872f..537b9d7 100644
--- a/examples/bloatpad.c
+++ b/examples/bloatpad.c
@@ -285,8 +285,8 @@ bloat_pad_startup (GApplication *application)
" <attribute name='accel'><Primary>c</attribute>"
" </item>"
" <item>"
- " <attribute name='label' translatable='yes'>_Parse</attribute>"
- " <attribute name='action'>win.parse</attribute>"
+ " <attribute name='label' translatable='yes'>_Paste</attribute>"
+ " <attribute name='action'>win.paste</attribute>"
" <attribute name='accel'><Primary>v</attribute>"
" </item>"
" </section>"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]