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
1 changed files with 2 additions and 2 deletions
|
@ -918,7 +918,7 @@ static char * file[] = {
|
||||||
(help (aref x 3))
|
(help (aref x 3))
|
||||||
(key (vector 'tool-bar func))
|
(key (vector 'tool-bar func))
|
||||||
(def (list 'menu-item
|
(def (list 'menu-item
|
||||||
"a"
|
""
|
||||||
func
|
func
|
||||||
:image (symbol-value icon)
|
:image (symbol-value icon)
|
||||||
:visible show
|
:visible show
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue