diff options
author | Milan Crha <mcrha@redhat.com> | 2014-02-17 21:43:46 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2014-02-17 21:43:46 +0800 |
commit | 39fcd8e32539551ce3be61971501050579024703 (patch) | |
tree | 7287d791b6df6ccf14f01409ecb60f0b734bda96 | |
parent | d0b147ddb6bb33c1cdf3c8181394a5d4e6b08431 (diff) | |
download | gsoc2013-evolution-39fcd8e32539551ce3be61971501050579024703.tar gsoc2013-evolution-39fcd8e32539551ce3be61971501050579024703.tar.gz gsoc2013-evolution-39fcd8e32539551ce3be61971501050579024703.tar.bz2 gsoc2013-evolution-39fcd8e32539551ce3be61971501050579024703.tar.lz gsoc2013-evolution-39fcd8e32539551ce3be61971501050579024703.tar.xz gsoc2013-evolution-39fcd8e32539551ce3be61971501050579024703.tar.zst gsoc2013-evolution-39fcd8e32539551ce3be61971501050579024703.zip |
Forgotten chunk from the previous commit (shortcuts from gtk-stock definitions)
-rw-r--r-- | e-util/e-web-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c index b00c71946a..4569d775df 100644 --- a/e-util/e-web-view.c +++ b/e-util/e-web-view.c @@ -324,7 +324,7 @@ static GtkActionEntry image_entries[] = { { "image-save", "document-save", N_("Save _Image..."), - NULL, + "<Control>s", N_("Save the image to a file"), G_CALLBACK (action_image_save_cb) } }; |