diff options
author | Rodney Dawes <dobey@novell.com> | 2005-05-09 23:09:39 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-05-09 23:09:39 +0800 |
commit | c3d13bf504be0f918e3c81f2015e881236618c41 (patch) | |
tree | 265fda3a80d5875c87201a353f974715b42040c0 /composer/e-msg-composer-select-file.c | |
parent | f4942e619773ae64cc8689d802cfd7a3a5833c83 (diff) | |
download | gsoc2013-evolution-c3d13bf504be0f918e3c81f2015e881236618c41.tar gsoc2013-evolution-c3d13bf504be0f918e3c81f2015e881236618c41.tar.gz gsoc2013-evolution-c3d13bf504be0f918e3c81f2015e881236618c41.tar.bz2 gsoc2013-evolution-c3d13bf504be0f918e3c81f2015e881236618c41.tar.lz gsoc2013-evolution-c3d13bf504be0f918e3c81f2015e881236618c41.tar.xz gsoc2013-evolution-c3d13bf504be0f918e3c81f2015e881236618c41.tar.zst gsoc2013-evolution-c3d13bf504be0f918e3c81f2015e881236618c41.zip |
Set a mnemonic for the "Attach" button
2005-05-09 Rodney Dawes <dobey@novell.com>
* e-msg-composer-select-file.c (get_selector): Set a mnemonic for
the "Attach" button
svn path=/trunk/; revision=29320
Diffstat (limited to 'composer/e-msg-composer-select-file.c')
-rw-r--r-- | composer/e-msg-composer-select-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer-select-file.c b/composer/e-msg-composer-select-file.c index b8d6c280de..51ab823d23 100644 --- a/composer/e-msg-composer-select-file.c +++ b/composer/e-msg-composer-select-file.c @@ -77,7 +77,7 @@ get_selector(struct _EMsgComposer *composer, const char *title, guint32 flags) NULL, GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - _("Attach"), GTK_RESPONSE_OK, + _("A_ttach"), GTK_RESPONSE_OK, NULL); gtk_dialog_set_default_response (GTK_DIALOG (selection), GTK_RESPONSE_OK); |