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

View File

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