radioapp/radioapplication/src/testwindow_win32.cpp
changeset 19 afea38384506
parent 16 f54ebcfc1b80
child 37 451b2e1545b2
--- a/radioapp/radioapplication/src/testwindow_win32.cpp	Mon May 03 12:31:41 2010 +0300
+++ b/radioapp/radioapplication/src/testwindow_win32.cpp	Fri May 14 15:52:32 2010 +0300
@@ -54,12 +54,13 @@
 };
 
 const Song KRecognizedSongs[] = {
-    { "Metallica", "One" },
-    { "Madonna", "Like a Virgin" },
-    { "Rammstein", "Der Meister" },
+    { "Red Hot Chili Peppers", "Under The Bridge" },
+    { "Queens Of The Stone Age", "No One Knows" },
+    { "The Presidents of the United States of America", "Dune Buggy" },
     { "System of a Down", "Aerials" },
-    { "Buckethead", "Jordan" },
-    { "Faith No More", "Epic" }
+    { "The White Stripes", "Seven Nation Army" },
+    { "Alice In Chains", "When The Sun Rose Again" },
+    { "Bullet For My Valentine", "Tears Don't Fall" }
 };
 const int KSongsCount = sizeof( KRecognizedSongs ) / sizeof( KRecognizedSongs[0] );