browserui/browser/BrowserAppInc/BrowserUIVariant.hrh
branchRCL_3
changeset 50 c9249d037530
parent 0 84ad3b177aa3
--- a/browserui/browser/BrowserAppInc/BrowserUIVariant.hrh	Wed Mar 31 21:35:49 2010 +0300
+++ b/browserui/browser/BrowserAppInc/BrowserUIVariant.hrh	Wed Apr 14 16:00:33 2010 +0300
@@ -63,9 +63,13 @@
 
 //
 // Feature to enable Page Overview and Graphical History
+// After 9.2 TB, This feature is used only to enable page overview
 //
-#define  KBrowserGraphicalPage    0x20
-
+#ifdef BRDO_MULTITOUCH_ENABLED_FF
+    #define  KBrowserGraphicalPage    0x00
+#else
+    #define  KBrowserGraphicalPage    0x20
+#endif
 //
 // Feature to enable Auto Form Fill and Password Management options
 //