diff -r 427125ac6cb8 -r 7eb70891911c satui/satapp/inc/satappcommonconstant.h --- a/satui/satapp/inc/satappcommonconstant.h Thu May 27 13:23:05 2010 +0300 +++ b/satui/satapp/inc/satappcommonconstant.h Fri Jun 11 14:07:16 2010 +0300 @@ -22,7 +22,8 @@ const int KDisplayTxtUserClearTimeout( 60000 ); // As the QT for S60 is slow, we use 6 sec, in symbian sat ui we use 3 sec. -const int KDisplayTxtDefaultduration( 6000 ); +// Rollback to 3s +const int KDisplayTxtDefaultduration( 3000 ); const unsigned int KGetInputStringMaxSize = 0xEF;