Skip to content

Commit 896ea2d

Browse files
author
Stefan Ruepp
committed
changed default notification sound
1 parent 94ae849 commit 896ea2d

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

EveChatNotifier/EveChatNotifier.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@
125125
<Content Include="log.txt">
126126
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
127127
</Content>
128-
<Content Include="pling.mp3">
129-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
130-
</Content>
131128
<Content Include="preferences_desktop_notification_bell.ico" />
132129
<Content Include="Screenshots\NotifyIcon.png" />
133130
<Content Include="Screenshots\Settings.png" />
134131
<Content Include="Screenshots\Toast.png" />
132+
<Content Include="notify.mp3">
133+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
134+
</Content>
135135
<None Include="Resources\eve-logo-landing2.png" />
136136
</ItemGroup>
137137
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

EveChatNotifier/License.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1111

1212
-----------------------
1313

14-
pling.mp3:
15-
http://soundbible.com/1645-Pling.html
14+
notify.mp3:
15+
http://soundbible.com/2156-Text-Message-Alert-3.html
1616

1717

1818
-----------------------

EveChatNotifier/Properties/Settings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

EveChatNotifier/Properties/Settings.settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Profiles />
44
<Settings>
55
<Setting Name="SoundFilePath" Type="System.String" Scope="User">
6-
<Value Profile="(Default)">%EXEPATH%\pling.mp3</Value>
6+
<Value Profile="(Default)">%EXEPATH%\notify.mp3</Value>
77
</Setting>
88
<Setting Name="EveChatLogsPath" Type="System.String" Scope="User">
99
<Value Profile="(Default)">%DEFAULT_EVELOGPATH%</Value>

EveChatNotifier/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<userSettings>
1212
<EveChatNotifier.Properties.Settings>
1313
<setting name="SoundFilePath" serializeAs="String">
14-
<value>%EXEPATH%\pling.mp3</value>
14+
<value>%EXEPATH%\notify.mp3</value>
1515
</setting>
1616
<setting name="EveChatLogsPath" serializeAs="String">
1717
<value>%DEFAULT_EVELOGPATH%</value>

EveChatNotifier/notify.mp3

46.9 KB
Binary file not shown.

EveChatNotifier/pling.mp3

-8.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)