diff --git a/dvmconsole/Controls/AlertTone.xaml b/dvmconsole/Controls/AlertTone.xaml
index 38330e4..f770220 100644
--- a/dvmconsole/Controls/AlertTone.xaml
+++ b/dvmconsole/Controls/AlertTone.xaml
@@ -2,30 +2,32 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Height="55" Width="105"
- DataContext="{Binding RelativeSource={RelativeSource Self}}" Background="#FF848484">
+ DataContext="{Binding RelativeSource={RelativeSource Self}}">
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
+
diff --git a/dvmconsole/MainWindow.xaml.cs b/dvmconsole/MainWindow.xaml.cs
index 7feb199..c2ac7f6 100644
--- a/dvmconsole/MainWindow.xaml.cs
+++ b/dvmconsole/MainWindow.xaml.cs
@@ -1905,7 +1905,7 @@ namespace dvmconsole
{
double x = Canvas.GetLeft(alertTone);
double y = Canvas.GetTop(alertTone);
- settingsManager.UpdateAlertTonePosition(alertTone.AlertFileName, x, y);
+ settingsManager.UpdateAlertTonePosition(alertTone.AlertFilePath, x, y);
ChannelBox_MouseRightButtonUp(sender, e);
}