AbstractSettingsApplication.st
changeset 15057 50b9d352cd81
parent 15051 e44015082864
child 15083 f23a825e7132
--- a/AbstractSettingsApplication.st	Fri Dec 19 15:57:06 2014 +0100
+++ b/AbstractSettingsApplication.st	Fri Dec 19 16:04:10 2014 +0100
@@ -8753,10 +8753,10 @@
 'Use with single button mice to get a right-button emulation'
 
 #selectOnRightClick
-'Right click changes the selection (before the menu is opened).\This is the Windows behavior. Under X11, selection and menu activation are done by different mouse buttons.'
+'Right click changes the selection (before the menu is opened).\This is the Windows behavior.\Under X11, selection and menu activation are done by different mouse buttons.'
 
 #showRightButtonMenuOnRelease
-'Activate popup menus when the mouse button is released; not when pressed.\Usually better, as it allows for the mouse pointer to be moved away,\in case you change your mind.\However, some people prefer the menu to come up immediately'
+'Activate popup menus when the mouse button is released; not when pressed.\Usually better, as it allows for the mouse pointer to be moved away,\in case you change your mind.\However, some people prefer the menu to come up immediately.\\The combination of this off AND selectOnRightClick is hard to use.'
 
 #hostNameInLabel
 'Show additional session, host and user information in each of the ST/X windows.\Useful, if you have multiple, possibly remote ST/X sessions running on the same screen,\to not loose track of which window belongs to which session.'
@@ -19008,10 +19008,10 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.582 2014-12-18 16:12:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.583 2014-12-19 15:04:10 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.582 2014-12-18 16:12:51 cg Exp $'
-! !
-
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.583 2014-12-19 15:04:10 cg Exp $'
+! !
+