aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorAishwarya K <aishkalyan@gmail.com>2006-07-08 21:51:30 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-07-08 21:51:30 +0800
commitbcc0ccc7a53faff84dc722438d3742f4481c1ac0 (patch)
tree8bc82226aa5b43c12e4c556c4820bd185b025350 /addressbook
parent03f81defc129865387094b238acf43e5362d931b (diff)
downloadgsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.tar
gsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.tar.gz
gsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.tar.bz2
gsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.tar.lz
gsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.tar.xz
gsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.tar.zst
gsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.zip
Fix for #332963 Set the mnemonic character for "No image"
2006-07-08 Aishwarya K <aishkalyan@gmail.com> Fix for #332963 * e-contact-editor.c: Set the mnemonic character for "No image" svn path=/trunk/; revision=32262
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 3fa22350ef..e59d7e39cb 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-08 Aishwarya K <aishkalyan@gmail.com>
+
+ Fix for #332963
+ * e-contact-editor.c: Set the mnemonic character for "No image"
+
2006-06-30 Johnny Jacob <jjohnny@novell.com>
* gui/cal-search-bar.c: (get_current_category),
(get_category_sexp), (notify_e_cal_view_contains),
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index a7300be3fc..237b1ffce1 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -2781,7 +2781,7 @@ static void
image_clicked (GtkWidget *button, EContactEditor *editor)
{
const gchar *title = _("Please select an image for this contact");
- const gchar *no_image = _("No image");
+ const gchar *no_image = _("_No image");
GtkImage *preview;
if (!editor->file_selector) {