From e2f576d9c2231aea8cf0223a85ac88044a9311a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 9 Mar 2008 17:01:39 +0000 Subject: [PATCH] Followed Andreas' suggestion, and enlarged timeout to 12 seconds. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24327 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/screen/AlertView.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/preferences/screen/AlertView.cpp b/src/preferences/screen/AlertView.cpp index 06bf2633ef..804bb25fc7 100644 --- a/src/preferences/screen/AlertView.cpp +++ b/src/preferences/screen/AlertView.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006, Haiku. + * Copyright 2001-2008, Haiku. * Distributed under the terms of the MIT License. * * Authors: @@ -26,8 +26,8 @@ AlertView::AlertView(BRect frame, char *name) : BView(frame, name, B_FOLLOW_ALL, B_WILL_DRAW | B_PULSE_NEEDED), - // we will wait 8 seconds until we send a message - fSeconds(8) + // we will wait 12 seconds until we send a message + fSeconds(12) { SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR)); fBitmap = InitIcon();