Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / gwindowgui.h
index 6490c851c4ff3f2f713a017ff6ed00453134fb63..889062348a3f06257baa6b9ca2ab9f67078ed475 100644 (file)
@@ -71,10 +71,13 @@ public:
 
        static const char *non_auto_text[];
        static const char *auto_text[];
+       static const char *non_auto_help[];
+       static const char *auto_help[];
        static const char *xyz_group[];
        static const char *xyz_accel[];
        static int auto_colors[];
        static const char *toggle_text(toggleinfo *tp);
+       static const char *toggle_help(toggleinfo *tp);
 
        MWindow *mwindow;
        GWindowToggle *toggles[NONAUTOTOGGLES_COUNT + AUTOMATION_TOTAL];