[gtranslator] Change the accels as I put by mistake the sames in 2 buttons.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtranslator] Change the accels as I put by mistake the sames in 2 buttons.
- Date: Thu, 18 Feb 2010 14:06:07 +0000 (UTC)
commit aa0fe177099eee144ad1b91f68f57badee4739a7
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Thu Feb 18 15:05:42 2010 +0100
Change the accels as I put by mistake the sames in 2 buttons.
.../gtr-alternate-language-panel.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/alternate-language/gtr-alternate-language-panel.c b/plugins/alternate-language/gtr-alternate-language-panel.c
index ca151be..602a4ae 100644
--- a/plugins/alternate-language/gtr-alternate-language-panel.c
+++ b/plugins/alternate-language/gtr-alternate-language-panel.c
@@ -319,13 +319,13 @@ gtr_alternate_lang_panel_draw (GtrAlternateLangPanel * panel)
"clicked", G_CALLBACK (open_button_clicked_cb), panel);
gtk_widget_show (panel->priv->open_button);
- panel->priv->close_button = gtr_gtk_button_new_with_stock_icon (C_("alternate lang", "Cl_ose"),
+ panel->priv->close_button = gtr_gtk_button_new_with_stock_icon (C_("alternate lang", "_Close"),
GTK_STOCK_CLOSE);
g_signal_connect (panel->priv->close_button,
"clicked", G_CALLBACK (close_button_clicked_cb), panel);
gtk_widget_show (panel->priv->close_button);
- panel->priv->copy_button = gtr_gtk_button_new_with_stock_icon (C_("alternate lang", "_Copy"),
+ panel->priv->copy_button = gtr_gtk_button_new_with_stock_icon (C_("alternate lang", "Co_py"),
GTK_STOCK_COPY);
g_signal_connect (panel->priv->copy_button,
"clicked", G_CALLBACK (copy_button_clicked_cb), panel);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]