browserutilities/downloadmgr/DownloadMgrUiLib/Inc/DownloadMgrUiLib.hrh
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
--- a/browserutilities/downloadmgr/DownloadMgrUiLib/Inc/DownloadMgrUiLib.hrh	Tue Aug 31 16:17:46 2010 +0300
+++ b/browserutilities/downloadmgr/DownloadMgrUiLib/Inc/DownloadMgrUiLib.hrh	Wed Sep 01 12:28:30 2010 +0100
@@ -46,7 +46,7 @@
     };
 
 
-#define KUiLibMaxDefAttrLength 32 // See KMaxDefAttrLength in HttpDownloadMgrCommon.h!
+#define KUiLibMaxDefAttrLength 32 // See KMaxDefAttrLength in httpdownloadmgrcommon.h!
 
 enum TDMULAIWMENUIDs
     {
@@ -54,6 +54,14 @@
     EAIWPluginSubMenu 	=  0x7000
     };
 
+#ifdef BRDO_SINGLE_CLICK_ENABLED_FF
+enum TAiwCommandId    // pls dont modify these values.
+    {
+    EAiwCmdRingtone = 0x6025,
+    EAiwCmdContact = 0x6026
+    };
+#endif
+
 #endif /* DOWNLOADMGRUILIB_HRH */
 
 // End of File