[haiku-development] Showimage 80 character limit fail

  • From: John Scipione <jscipione@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Tue, 10 May 2011 23:47:10 -0400

80 char limit fail. Please commit.

diff --git src/apps/showimage/ToolBarView.cpp
src/apps/showimage/ToolBarView.cpp
index afe272f..a48feec 100644
--- src/apps/showimage/ToolBarView.cpp
+++ src/apps/showimage/ToolBarView.cpp
@@ -36,8 +36,8 @@ void
 ToolBarView::Hide()
 {
  BView::Hide();
- // TODO: This could be fixed in BView instead. Looking from the
BIconButtons, they
- // are not hidden, though, only their parent is...
+ // TODO: This could be fixed in BView instead. Looking from the
+ // BIconButtons, they are not hidden, though, only their parent is...
  _HideToolTips();
 }

Thank you,

John Scipione

Other related posts:

  • » [haiku-development] Showimage 80 character limit fail - John Scipione