Core.Configuration - fix setting that accidentally became public

This commit is contained in:
Stephan
2013-04-10 14:19:26 -02:00
parent 911a1cf80b
commit 84e990c239

View File

@@ -1267,7 +1267,7 @@ namespace Umbraco.Core.Configuration
/// - HideFileDuplicates - Show files in the sprite and hide duplicates on disk
/// </summary>
/// <value>MacroErrorBehaviour enum defining how to show icons in the document type editor.</value>
public static IconPickerBehaviour IconPickerBehaviour
internal static IconPickerBehaviour IconPickerBehaviour
{
get
{