diff audacious/mainwin.c @ 2192:9f9db9b5c696 trunk

[svn] - Allow radiobuttons/checkboxes in the visualization menu to be updated correctly on startup with the addition of the Voiceprint mode.
author nhjm449
date Fri, 22 Dec 2006 00:52:22 -0800
parents d618044d35e4
children 2522f6053168
line wrap: on
line diff
--- a/audacious/mainwin.c	Fri Dec 22 00:32:44 2006 -0800
+++ b/audacious/mainwin.c	Fri Dec 22 00:52:22 2006 -0800
@@ -88,20 +88,20 @@
 
 #define MAINWIN_VIS_MENU_VIS_MODE               1
 #define MAINWIN_VIS_MENU_NUM_VIS_MODE           4
-#define MAINWIN_VIS_MENU_ANALYZER_MODE          5
+#define MAINWIN_VIS_MENU_ANALYZER_MODE          6
 #define MAINWIN_VIS_MENU_NUM_ANALYZER_MODE      3
-#define MAINWIN_VIS_MENU_ANALYZER_TYPE          9
+#define MAINWIN_VIS_MENU_ANALYZER_TYPE          10
 #define MAINWIN_VIS_MENU_NUM_ANALYZER_TYPE      2
-#define MAINWIN_VIS_MENU_ANALYZER_PEAKS         12
-#define MAINWIN_VIS_MENU_SCOPE_MODE             14
+#define MAINWIN_VIS_MENU_ANALYZER_PEAKS         13
+#define MAINWIN_VIS_MENU_SCOPE_MODE             15
 #define MAINWIN_VIS_MENU_NUM_SCOPE_MODE         3
-#define MAINWIN_VIS_MENU_WSHADEVU_MODE          18
+#define MAINWIN_VIS_MENU_WSHADEVU_MODE          19
 #define MAINWIN_VIS_MENU_NUM_WSHADEVU_MODE      2
-#define MAINWIN_VIS_MENU_REFRESH_RATE           21
+#define MAINWIN_VIS_MENU_REFRESH_RATE           22
 #define MAINWIN_VIS_MENU_NUM_REFRESH_RATE       4
-#define MAINWIN_VIS_MENU_AFALLOFF               26
+#define MAINWIN_VIS_MENU_AFALLOFF               27
 #define MAINWIN_VIS_MENU_NUM_AFALLOFF           5
-#define MAINWIN_VIS_MENU_PFALLOFF               32
+#define MAINWIN_VIS_MENU_PFALLOFF               33
 #define MAINWIN_VIS_MENU_NUM_PFALLOFF           5
 
 #define VOLSET_DISP_TIMES 5