BlackBerryGroup issue fixed

This commit is contained in:
vfedosevich 2014-04-10 06:03:16 +03:00
parent a82928ed82
commit f3df6b1de3

View file

@ -229,7 +229,7 @@ namespace WebsitePanel.Portal
private void PrepareBlackBerryMenuRoot(PackageContext cntx, MenuItemCollection items, string imagePath) private void PrepareBlackBerryMenuRoot(PackageContext cntx, MenuItemCollection items, string imagePath)
{ {
MenuItem item = new MenuItem(GetLocalizedString("Text.CRMGroup"), "", imagePath + "crm_16.png", null); MenuItem item = new MenuItem(GetLocalizedString("Text.BlackBerryGroup"), "", imagePath + "blackberry16.png", null);
item.Selectable = false; item.Selectable = false;