idlehomescreen/widgetmanager/inc/wmcommon.h
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
--- a/idlehomescreen/widgetmanager/inc/wmcommon.h	Wed Sep 15 12:00:00 2010 +0300
+++ b/idlehomescreen/widgetmanager/inc/wmcommon.h	Wed Oct 13 14:18:30 2010 +0300
@@ -35,9 +35,12 @@
 // UI component ID's
 enum TWmUiControlIds
     {
-    EWidgetsList = 0x1,
+    EPortalOne = 0x1,
+    EPortalTwo,
+    ELastPortal,
+    EWidgetsList,
     EFindBox,
-    ELastCtrl
+    EMaximumWidgets = 0xC8
     };
 
 #endif //WMCOMMON_H