Skip to content

Commit 3a1aaea

Browse files
Added image to project
1 parent d5644c5 commit 3a1aaea

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Libraries/SmartStore.Services/Configuration/SettingService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ private void SaveSettingsJson<T>(T settings)
180180
ClearCache();
181181
}
182182

183-
/// <remarks>codehint: sm-add</remarks>
184183
private void DeleteSettingsJson<T>()
185184
{
186185
Type t = typeof(T);

src/Presentation/SmartStore.Web/SmartStore.Web.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@
952952
<Content Include="Content\image-gallery\js\blueimp-gallery.js" />
953953
<Content Include="Content\Images\default-image.jpg" />
954954
<Content Include="Content\Images\grippy.png" />
955+
<Content Include="Content\Images\sad.png" />
955956
<Content Include="Content\Images\smartstore.net-200-black.png" />
956957
<Content Include="Content\Images\smartstore.net-200-white.png" />
957958
<Content Include="Content\install\images\bg.png" />

0 commit comments

Comments
 (0)