diff options
author | Radek Doulik <rodo@helixcode.com> | 2000-11-02 04:52:08 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2000-11-02 04:52:08 +0800 |
commit | 0168cb84899135be026f23932edde9fb84cd6570 (patch) | |
tree | 2f70b42415d765a29af89380c5f32b97bb79d063 /ui/evolution-message-composer.xml | |
parent | 6babb16217f8755a81fcc1fbabb24d565b77a9f1 (diff) | |
download | gsoc2013-evolution-0168cb84899135be026f23932edde9fb84cd6570.tar.gz gsoc2013-evolution-0168cb84899135be026f23932edde9fb84cd6570.tar.zst gsoc2013-evolution-0168cb84899135be026f23932edde9fb84cd6570.zip |
added accel="*Control*Return" to FileSend replace FileSendNow with
2000-11-01 Radek Doulik <rodo@helixcode.com>
* evolution-message-composer.xml: added accel="*Control*Return" to
FileSend
replace FileSendNow with FileSend as FileSendNow wasn't defined
svn path=/trunk/; revision=6319
Diffstat (limited to 'ui/evolution-message-composer.xml')
-rw-r--r-- | ui/evolution-message-composer.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index 975202cbf4..f33bb07c5c 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -23,7 +23,7 @@ _tip="Insert a file as text into the message"/> <cmd name="FileSend" _label="Send" _tip="Send the message now" - pixtype="stock" pixname="Send Mail"/> + pixtype="stock" pixname="Send Mail" accel="*Control*Return"/> <cmd name="FileSendLater" _label="Send later" _tip="Send the message later" pixtype="stock" pixname="Send Mail"/> @@ -60,7 +60,7 @@ <separator/> - <menuitem name="FileSendNow" verb="" _label="Send _Now"/> + <menuitem name="FileSend" verb="" _label="Send _Now"/> <menuitem name="FileSendLater" verb="" _label="Send _Later"/> |