From 6283e7794784a2a99566e3e665296b14e33797ed Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 4 Mar 2014 14:34:43 -0500 Subject: [PATCH] BSeparatorItem: horizontal, not vertical line --- docs/user/interface/SeparatorItem.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/interface/SeparatorItem.dox b/docs/user/interface/SeparatorItem.dox index 065ef0168b..732f809217 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. */