AbstractSettingsApplication.st
changeset 8325 1a34a35f4eec
parent 8296 34bfd020dcb3
child 8326 bcbaf1714503
--- a/AbstractSettingsApplication.st	Mon Oct 13 19:12:54 2008 +0200
+++ b/AbstractSettingsApplication.st	Tue Oct 14 10:32:04 2008 +0200
@@ -13810,6 +13810,9 @@
 !
 
 showSearchBarInBrowser
+    "true, if the search-entry fields are shown in the browser itself
+     (like in firefox). False if a dialog is to be opened."
+
     showSearchBarInBrowser isNil ifTrue:[
         showSearchBarInBrowser := true asValue.
         showSearchBarInBrowser onChangeSend:#updateModifiedChannel to:self
@@ -14731,5 +14734,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.303 2008-10-07 11:50:30 cg Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.304 2008-10-14 08:32:04 cg Exp $'
+! !