(message-tool-bar-gnome): Rename "mail/attach" to "attach".
authorReiner Steib <Reiner.Steib@gmx.de>
Tue, 7 Mar 2006 14:57:48 +0000 (14:57 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Tue, 7 Mar 2006 14:57:48 +0000 (14:57 +0000)
lisp/ChangeLog
lisp/message.el

index 61443fb..7ac2800 100644 (file)
@@ -2,6 +2,7 @@
 
        * message.el (message-make-tool-bar): Rename gmm-image-load-path
        to gmm-image-load-path-for-library.  Call with no-error argument.
+       (message-tool-bar-gnome): Rename "mail/attach" to "attach".
 
        * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
 
index 9b48e5c..0562908 100644 (file)
@@ -6741,7 +6741,7 @@ Pre-defined symbols include `message-tool-bar-gnome' and
     (message-send-and-exit "mail/send")
     (message-dont-send "mail/save-draft")
     (message-kill-buffer "close") ;; stock_cancel
-    (mml-attach-file "mail/attach" mml-mode-map)
+    (mml-attach-file "attach" mml-mode-map)
     (ispell-message "spell" nil :visible (not flyspell-mode))
     (flyspell-buffer "spell" t :visible flyspell-mode
                     :help "Flyspell whole buffer")