Updated references to the new constants for Application and MediaType aliases.

This commit is contained in:
leekelleher
2013-03-22 13:13:05 +00:00
parent 6b07ee83eb
commit b6ec364156
74 changed files with 190 additions and 143 deletions

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Web;
using umbraco.cms.businesslogic.datatype;
using Umbraco.Core;
namespace umbraco.editorControls.SettingControls.Pickers
{
@@ -32,7 +33,7 @@ namespace umbraco.editorControls.SettingControls.Pickers
mp.ID = sender.GetName().Replace(" ", "_");
mp.AppAlias = "media";
mp.AppAlias = Constants.Applications.Media;
mp.TreeAlias = "media";
int output;