# HG changeset patch
# User sheepluva
# Date 1319952167 -3600
# Node ID b344159da2488ba6dcda571288f11c8cf1bdb4cc
# Parent  a66029015c1852a62732bd4a6fa30e94be430841
beep on highlight

diff -r a66029015c18 -r b344159da248 QTfrontend/main.cpp
--- a/QTfrontend/main.cpp	Sat Oct 29 20:47:40 2011 +0200
+++ b/QTfrontend/main.cpp	Sun Oct 30 06:22:47 2011 +0100
@@ -30,7 +30,6 @@
 #include "hwform.h"
 #include "hwconsts.h"
 
-//#include "HWConfigManager.h"
 #include "HWDataManager.h"
 
 #ifdef _WIN32
@@ -154,7 +153,6 @@
         checkForDir(cfgdir->absolutePath() + "/Screenshots");
         checkForDir(cfgdir->absolutePath() + "/Teams");
         checkForDir(cfgdir->absolutePath() + "/Logs");
-        checkForDir(cfgdir->absolutePath() + "/Profiles");
     }
 
     datadir->cd(bindir->absolutePath());
@@ -167,9 +165,6 @@
         return 1;
     }
 
-
-    /*HWConfigManager & cfgMgr = HWConfigManager::instance();
-    cfgMgr.setPath(cfgdir->absolutePath());*/
     HWDataManager & dataMgr = HWDataManager::instance();
 
     {
diff -r a66029015c18 -r b344159da248 QTfrontend/ui/widget/chatwidget.cpp
--- a/QTfrontend/ui/widget/chatwidget.cpp	Sat Oct 29 20:47:40 2011 +0200
+++ b/QTfrontend/ui/widget/chatwidget.cpp	Sun Oct 30 06:22:47 2011 +0100
@@ -250,8 +250,11 @@
         if (notify)
             m_helloSound = HWDataManager::instance().findFileForRead(
                             "Sounds/voices/Classic/Hello.ogg");
+
         m_hilightSound = HWDataManager::instance().findFileForRead(
-                        "Sounds/1C.ogg");
+                        "Sounds/beep.ogg");
+
+        //m_hilightSound = m_helloSound;//"Sounds/beep.ogg";
     }
 
     mainLayout.setSpacing(1);
diff -r a66029015c18 -r b344159da248 share/hedgewars/Data/Sounds/beep.ogg
Binary file share/hedgewars/Data/Sounds/beep.ogg has changed