OSDN Git Service

RAD-451: Allow IM ding on every message
[radegast/radegast.git] / Radegast / GUI / Consoles / IMTabWindow.cs
index 94761a9..5f8d4d9 100644 (file)
@@ -1,6 +1,6 @@
 // 
 // Radegast Metaverse Client
-// Copyright (c) 2009-2012, Radegast Development Team
+// Copyright (c) 2009-2014, Radegast Development Team
 // All rights reserved.
 // 
 // Redistribution and use in source and binary forms, with or without
@@ -289,5 +289,10 @@ namespace Radegast
         {
             pnlChatInput.Height = cbxInput.Height + 9;
         }
+
+        private void cbAlwaysDing_CheckedChanged(object sender, EventArgs e)
+        {
+            textManager.DingOnAllIncoming = ((CheckBox)sender).Checked;
+        }
     }
 }