@@ -76,37 +76,37 @@ private void DefaultSettings()
7676 Constants . Settings . Add ( "TwintaniaWidgetEnrageTime" ) ;
7777 Constants . Settings . Add ( "TwintaniaWidgetEnrageCounting" ) ;
7878 Constants . Settings . Add ( "TwintaniaWidgetEnrageVolume" ) ;
79- // Constants.Settings.Add("TwintaniaWidgetEnrageAlertFile");
79+ Constants . Settings . Add ( "TwintaniaWidgetEnrageAlertFile" ) ;
8080
8181 Constants . Settings . Add ( "TwintaniaWidgetDivebombTimeFast" ) ;
8282 Constants . Settings . Add ( "TwintaniaWidgetDivebombTimeSlow" ) ;
8383 Constants . Settings . Add ( "TwintaniaWidgetDivebombCounting" ) ;
8484 Constants . Settings . Add ( "TwintaniaWidgetDivebombVolume" ) ;
85- // Constants.Settings.Add("TwintaniaWidgetDivebombAlertFile");
85+ Constants . Settings . Add ( "TwintaniaWidgetDivebombAlertFile" ) ;
8686
8787 Constants . Settings . Add ( "TwintaniaWidgetDeathSentenceAlertPlaySound" ) ;
8888 Constants . Settings . Add ( "TwintaniaWidgetDeathSentenceAlertVolume" ) ;
89- // Constants.Settings.Add("TwintaniaWidgetDeathSentenceAlertFile");
89+ Constants . Settings . Add ( "TwintaniaWidgetDeathSentenceAlertFile" ) ;
9090
9191 Constants . Settings . Add ( "TwintaniaWidgetDeathSentenceWarningEnabled" ) ;
9292 Constants . Settings . Add ( "TwintaniaWidgetDeathSentenceWarningShowTimer" ) ;
9393 Constants . Settings . Add ( "TwintaniaWidgetDeathSentenceWarningTime" ) ;
9494 Constants . Settings . Add ( "TwintaniaWidgetDeathSentenceWarningPlaySound" ) ;
9595 Constants . Settings . Add ( "TwintaniaWidgetDeathSentenceWarningCounting" ) ;
9696 Constants . Settings . Add ( "TwintaniaWidgetDeathSentenceWarningVolume" ) ;
97- // Constants.Settings.Add("TwintaniaWidgetDeathSentenceWarningFile");
97+ Constants . Settings . Add ( "TwintaniaWidgetDeathSentenceWarningFile" ) ;
9898
9999 Constants . Settings . Add ( "TwintaniaWidgetTwisterAlertPlaySound" ) ;
100100 Constants . Settings . Add ( "TwintaniaWidgetTwisterAlertVolume" ) ;
101- // Constants.Settings.Add("TwintaniaWidgetTwisterAlertFile");
101+ Constants . Settings . Add ( "TwintaniaWidgetTwisterAlertFile" ) ;
102102
103103 Constants . Settings . Add ( "TwintaniaWidgetTwisterWarningEnabled" ) ;
104104 Constants . Settings . Add ( "TwintaniaWidgetTwisterWarningShowTimer" ) ;
105105 Constants . Settings . Add ( "TwintaniaWidgetTwisterWarningTime" ) ;
106106 Constants . Settings . Add ( "TwintaniaWidgetTwisterWarningPlaySound" ) ;
107107 Constants . Settings . Add ( "TwintaniaWidgetTwisterWarningCounting" ) ;
108108 Constants . Settings . Add ( "TwintaniaWidgetTwisterWarningVolume" ) ;
109- // Constants.Settings.Add("TwintaniaWidgetTwisterWarningFile");
109+ Constants . Settings . Add ( "TwintaniaWidgetTwisterWarningFile" ) ;
110110 }
111111
112112 public new void Reset ( )
@@ -426,7 +426,7 @@ public int TwintaniaWidgetEnrageVolume
426426
427427 [ UserScopedSetting ]
428428 [ DebuggerNonUserCode ]
429- [ DefaultSettingValue ( "AlertSounds/ LowHealth.wav" ) ]
429+ [ DefaultSettingValue ( "AlertSounds\\ LowHealth.wav" ) ]
430430 public string TwintaniaWidgetEnrageAlertFile
431431 {
432432 get { return ( ( string ) ( this [ "TwintaniaWidgetEnrageAlertFile" ] ) ) ; }
@@ -491,7 +491,7 @@ public int TwintaniaWidgetDivebombVolume
491491
492492 [ UserScopedSetting ]
493493 [ DebuggerNonUserCode ]
494- [ DefaultSettingValue ( "AlertSounds/ LowHealth.wav" ) ]
494+ [ DefaultSettingValue ( "AlertSounds\\ LowHealth.wav" ) ]
495495 public string TwintaniaWidgetDivebombAlertFile
496496 {
497497 get { return ( ( string ) ( this [ "TwintaniaWidgetDivebombAlertFile" ] ) ) ; }
@@ -531,7 +531,7 @@ public int TwintaniaWidgetDeathSentenceAlertVolume
531531
532532 [ UserScopedSetting ]
533533 [ DebuggerNonUserCode ]
534- [ DefaultSettingValue ( "AlertSounds/ LowHealth.wav" ) ]
534+ [ DefaultSettingValue ( "AlertSounds\\ LowHealth.wav" ) ]
535535 public string TwintaniaWidgetDeathSentenceAlertFile
536536 {
537537 get { return ( ( string ) ( this [ "TwintaniaWidgetDeathSentenceAlertFile" ] ) ) ; }
@@ -622,7 +622,7 @@ public int TwintaniaWidgetDeathSentenceWarningVolume
622622
623623 [ UserScopedSetting ]
624624 [ DebuggerNonUserCode ]
625- [ DefaultSettingValue ( "AlertSounds/ Gasp.wav" ) ]
625+ [ DefaultSettingValue ( "AlertSounds\\ Gasp.wav" ) ]
626626 public string TwintaniaWidgetDeathSentenceWarningFile
627627 {
628628 get { return ( ( string ) ( this [ "TwintaniaWidgetDeathSentenceWarningFile" ] ) ) ; }
@@ -661,7 +661,7 @@ public int TwintaniaWidgetTwisterAlertVolume
661661
662662 [ UserScopedSetting ]
663663 [ DebuggerNonUserCode ]
664- [ DefaultSettingValue ( "AlertSounds/ aruba.wav" ) ]
664+ [ DefaultSettingValue ( "AlertSounds\\ aruba.wav" ) ]
665665 public string TwintaniaWidgetTwisterAlertFile
666666 {
667667 get { return ( ( string ) ( this [ "TwintaniaWidgetTwisterAlertFile" ] ) ) ; }
@@ -752,7 +752,7 @@ public int TwintaniaWidgetTwisterWarningVolume
752752
753753 [ UserScopedSetting ]
754754 [ DebuggerNonUserCode ]
755- [ DefaultSettingValue ( "AlertSounds/ sonar.wav" ) ]
755+ [ DefaultSettingValue ( "AlertSounds\\ sonar.wav" ) ]
756756 public string TwintaniaWidgetTwisterWarningFile
757757 {
758758 get { return ( ( string ) ( this [ "TwintaniaWidgetTwisterWarningFile" ] ) ) ; }
0 commit comments