diff --git a/library/ui/tools/help.factor b/library/ui/tools/help.factor index c85542f850..1a1dedf861 100644 --- a/library/ui/tools/help.factor +++ b/library/ui/tools/help.factor @@ -2,8 +2,8 @@ ! See http://factorcode.org/license.txt for BSD license. IN: gadgets-help USING: gadgets gadgets-buttons gadgets-frames gadgets-panes -gadgets-presentations gadgets-scrolling help kernel models -namespaces sequences ; +gadgets-presentations gadgets-search gadgets-scrolling help +kernel models namespaces sequences ; TUPLE: help-gadget history ; @@ -22,6 +22,8 @@ TUPLE: help-gadget history ; "Back" [ history-action go-back ] , "Forward" [ history-action go-forward ] , "Home" [ find-help-gadget go-home ] , + , + "Search" [ drop search-help-window ] , ] make-toolbar ; : ( -- gadget )