homescreenapp/hsmenuclientplugin/inc/hsmenuclient.h
changeset 62 341166945d65
parent 39 4e8ebe173323
--- a/homescreenapp/hsmenuclientplugin/inc/hsmenuclient.h	Thu Jun 24 13:11:40 2010 +0100
+++ b/homescreenapp/hsmenuclientplugin/inc/hsmenuclient.h	Fri Jun 25 19:19:22 2010 +0300
@@ -26,12 +26,17 @@
 
 //mandatory keys
 const QString hsItemName("item:name");
+// or for localized name
+const QString hsItemLocName("item:locname");
+
 const QString hsitemLaunchUri("item:launchuri");
 const QString hsitemPublisherId("item:publisherId");
 
 //not mandatory
 const QString hsItemWidgetUri("widget:uri");
 const QString hsItemDescription("item:description");
+// or for localized name
+const QString hsItemLocDescription("item:locdescription");
 
 //for icon - not mandatory
 const QString hsIconFileName("icon:filename");//to display specific icon from file