Wrong mouse button

release
slava 2006-09-01 05:27:51 +00:00
parent b979addffc
commit efb59f9be2
2 changed files with 1 additions and 3 deletions

View File

@ -3,9 +3,7 @@
- RT_WORD should refer to XTs not word objects.
- signal 4 on datastack underflow on mac intel??
- help gadget should not re-render every time it is grafted
- help browser: jump to definition command when looking at a word
- alien-indirect
- fix modified operations
- command categorization in keyboard help window
========================================================================

View File

@ -232,7 +232,7 @@ M: operation invoke-command ( target operation -- )
} define-operation
[ word-link? ] H{
{ +button+ 2 }
{ +button+ 3 }
{ +name+ "Definition" }
{ +quot+ [ link-name browser call-tool ] }
} define-operation