From b517fc439309cbfed6738822e18aea2252f171cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 24 Oct 2010 08:15:27 +0000 Subject: [PATCH] * Fixed typo. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39117 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/showimage/ShowImageView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/showimage/ShowImageView.cpp b/src/apps/showimage/ShowImageView.cpp index e51006dfc1..87a222ff18 100644 --- a/src/apps/showimage/ShowImageView.cpp +++ b/src/apps/showimage/ShowImageView.cpp @@ -1216,7 +1216,7 @@ ShowImageView::MouseDown(BPoint position) BPoint point = ViewToImage(position); uint32 buttons = 0; - if (Window() != NULL & Window()->CurrentMessage() != NULL) + if (Window() != NULL && Window()->CurrentMessage() != NULL) buttons = Window()->CurrentMessage()->FindInt32("buttons"); if (fHasSelection && fSelectionBox.Bounds().Contains(point)