satui/satapp/inc/satappcommonconstant.h
changeset 27 7eb70891911c
parent 15 d7fc66ccd6fb
child 31 a2467631ae02
--- 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;