From 88a50ed5df61e56f6567eca9e8e4050961b5c671 Mon Sep 17 00:00:00 2001 From: Joachim Seemer Date: Fri, 13 May 2011 18:33:51 +0000 Subject: [PATCH] Fixed 80 char limit found by John Scipione. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41477 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/showimage/ToolBarView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/showimage/ToolBarView.cpp b/src/apps/showimage/ToolBarView.cpp index afe272f18c..d6b602035b 100644 --- a/src/apps/showimage/ToolBarView.cpp +++ b/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(); }