Renaming shape file and class

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Comments/Extensions/HtmlHelperExtensions.cs => src/Orchard.Web/Modules/Orchard.Comments/Shapes.cs
This commit is contained in:
Renaud Paquay
2010-10-18 17:05:18 -07:00
parent e3432628d0
commit ee8f511484
2 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@
<Compile Include="Drivers\CommentsContainerPartDriver.cs" />
<Compile Include="Drivers\CommentSettingsPartDriver.cs" />
<Compile Include="Drivers\CommentsPartDriver.cs" />
<Compile Include="Extensions\HtmlHelperExtensions.cs" />
<Compile Include="Shapes.cs" />
<Compile Include="Models\ClosedCommentsRecord.cs" />
<Compile Include="Models\CommentPart.cs" />
<Compile Include="Handlers\CommentPartHandler.cs" />

View File

@@ -7,9 +7,9 @@ using Orchard.Localization;
using Orchard.Mvc.Html;
using Orchard.Utility.Extensions;
namespace Orchard.Comments.Extensions {
public class CommentsSummary : IDependency {
public CommentsSummary() {
namespace Orchard.Comments {
public class Shapes : IDependency {
public Shapes() {
T = NullLocalizer.Instance;
}