photos_plat/gallery_utilities_api/inc/glxmediageneraldefs.h
branchRCL_3
changeset 24 ea65f74e6de4
parent 0 4e91876724a2
--- a/photos_plat/gallery_utilities_api/inc/glxmediageneraldefs.h	Thu Jul 15 18:39:01 2010 +0300
+++ b/photos_plat/gallery_utilities_api/inc/glxmediageneraldefs.h	Thu Aug 19 09:55:03 2010 +0300
@@ -114,4 +114,9 @@
     EGlxDrmRightsValid,
     EGlxDrmRightsInvalid
     }; 
+
+// Maximum length of a media pop-up text
+// Example, Album/Tag/Title/Description's length is set to 40 chars maximum
+const TInt KMaxMediaPopupTextLength = 40;
+
 #endif // __T_GLXMEDIAGENERALDEFS_H__