Fix #5834 as proposed by kallisti5.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36770 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler 2010-05-09 04:07:44 +00:00
parent da8169406f
commit 4cc05f8e10
1 changed files with 3 additions and 2 deletions

View File

@ -95,8 +95,9 @@ TouchpadView::MouseUp(BPoint point)
int32 result = 0;
if (GetRightScrollRatio() > 0.7 || GetBottomScrollRatio() > 0.7) {
BAlert* alert = new BAlert("ReallyChangeScrollArea",
"The new scroll area is very small. Do you really want to change "
"it?", "OK", "Cancel", NULL, B_WIDTH_AS_USUAL,
"The new scroll area is very large and may impede "
"normal mouse operation. Do you really want to change"
" it?", "OK", "Cancel", NULL, B_WIDTH_AS_USUAL,
B_WARNING_ALERT);
result = alert->Go();
}