diff -r b023a8d2866a -r ea65f74e6de4 photos_plat/gallery_utilities_api/inc/glxmediageneraldefs.h --- 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__