mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-04 20:27:45 +00:00
Avoid stray As next to IDLW icons
* lisp/progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere): Use "" for empty labels, not "a", as the latter now displays stray "A"s (Bug#18997).
This commit is contained in:
parent
45577d548d
commit
5ec105648b
@ -439,7 +439,7 @@ static char * file[] = {
|
||||
\" \",
|
||||
\" \",
|
||||
\" \"};")
|
||||
"The Cont icon.")
|
||||
"The Cont icon.")
|
||||
|
||||
(defvar idlwave-toolbar-to-here-icon
|
||||
(idlwave-toolbar-make-button
|
||||
@ -918,7 +918,7 @@ static char * file[] = {
|
||||
(help (aref x 3))
|
||||
(key (vector 'tool-bar func))
|
||||
(def (list 'menu-item
|
||||
"a"
|
||||
""
|
||||
func
|
||||
:image (symbol-value icon)
|
||||
:visible show
|
||||
|
Loading…
x
Reference in New Issue
Block a user