BlackBerryGroup issue fixed
This commit is contained in:
parent
a82928ed82
commit
f3df6b1de3
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ namespace WebsitePanel.Portal
|
|||
|
||||
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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue