[glade3] * src/glade-window.c: Applied patch by Sergio García Lobo to fix bug 487656 and provide mnemonic
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3] * src/glade-window.c: Applied patch by Sergio García Lobo to fix bug 487656 and provide mnemonic
- Date: Sun, 9 Jan 2011 16:47:27 +0000 (UTC)
commit be9f4abbafb401cbc366e0646880fce57930ce8a
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Mon Jan 10 01:54:22 2011 +0900
* src/glade-window.c: Applied patch by Sergio GarcÃa Lobo to fix bug 487656 and provide
mnemonic key access to "Text beside icons" palette option.
ChangeLog | 3 +++
src/glade-window.c | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9246634..522ffa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -54,6 +54,9 @@
* src/glade-window.c: Added idle function to raise the undocked windows at startup time,
closes bug 475421.
+ * src/glade-window.c: Applied patch by Sergio GarcÃa Lobo to fix bug 487656 and provide
+ mnemonic key access to "Text beside icons" palette option.
+
2011-01-08 Tristan Van Berkom <tristanvb openismus com>
* gladeui/glade-utils.[ch], gladeui/glade-widget.c, gladeui/glade-builtins.c,
diff --git a/src/glade-window.c b/src/glade-window.c
index 5e5bc32..a498579 100644
--- a/src/glade-window.c
+++ b/src/glade-window.c
@@ -2318,7 +2318,7 @@ static guint n_view_entries = G_N_ELEMENTS (view_entries);
static GtkRadioActionEntry radio_entries[] = {
- {"IconsAndLabels", NULL, N_("Text beside icons"), NULL,
+ {"IconsAndLabels", NULL, N_("Text _beside icons"), NULL,
N_("Display items as text beside icons"), GLADE_ITEM_ICON_AND_LABEL},
{"IconsOnly", NULL, N_("_Icons only"), NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]