[haiku-commits] haiku: hrev46971 - docs/user/interface

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 4 Mar 2014 20:35:48 +0100 (CET)

hrev46971 adds 1 changeset to branch 'master'
old head: 5d10a74cfb0cda1cd6253ac210dc9cea28faf700
new head: 6283e7794784a2a99566e3e665296b14e33797ed
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=6283e77+%5E5d10a74

----------------------------------------------------------------------------

6283e77: BSeparatorItem: horizontal, not vertical line

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev46971
Commit:      6283e7794784a2a99566e3e665296b14e33797ed
URL:         http://cgit.haiku-os.org/haiku/commit/?id=6283e77
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Tue Mar  4 19:34:43 2014 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
docs/user/interface/SeparatorItem.dox | 2 +-

----------------------------------------------------------------------------

diff --git a/docs/user/interface/SeparatorItem.dox 
b/docs/user/interface/SeparatorItem.dox
index 065ef01..732f809 100644
--- a/docs/user/interface/SeparatorItem.dox
+++ b/docs/user/interface/SeparatorItem.dox
@@ -111,5 +111,5 @@
        call this method yourself but you may want to override it in a derived 
class
        to do something other than the default.
 
-       The default draws a light grey vertical line through the middle of the 
item.
+       The default draws a light grey horizontal line through the middle of 
the item.
 */


Other related posts:

  • » [haiku-commits] haiku: hrev46971 - docs/user/interface - jscipione