diff options
author | Aishwarya K <aishkalyan@gmail.com> | 2006-07-08 21:51:30 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-07-08 21:51:30 +0800 |
commit | bcc0ccc7a53faff84dc722438d3742f4481c1ac0 (patch) | |
tree | 8bc82226aa5b43c12e4c556c4820bd185b025350 /addressbook | |
parent | 03f81defc129865387094b238acf43e5362d931b (diff) | |
download | gsoc2013-evolution-bcc0ccc7a53faff84dc722438d3742f4481c1ac0.tar.gz 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/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 2 |
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) { |