X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fedl.inc;h=309b47f2b99c561e3348172b2ca377ad7fb82ede;hb=49f85559268fc040fe7ba5611cc0520793cf728b;hp=07e06c245c18eb4c0aaa28ec413a8059270f47ee;hpb=a284b8c124e0719cf7bde9f3ad4f91a67b7c7f85;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/edl.inc b/cinelerra-5.1/cinelerra/edl.inc index 07e06c24..309b47f2 100644 --- a/cinelerra-5.1/cinelerra/edl.inc +++ b/cinelerra-5.1/cinelerra/edl.inc @@ -53,19 +53,17 @@ class EDL; #define MOVE_NO_EDITS 2 #define MOVE_EDITS_DISABLED 3 - -// Mandatory folders -#define AEFFECT_FOLDER _("Audio Effects") -#define VEFFECT_FOLDER _("Video Effects") -#define ATRANSITION_FOLDER _("Audio Transitions") -#define VTRANSITION_FOLDER _("Video Transitions") - -#define LABEL_FOLDER _("Labels") - -// Default folders -#define CLIP_FOLDER _("Clips") -#define MEDIA_FOLDER _("Media") - +// AWindow folders +#define AW_NO_FOLDER -1 +#define AW_AEFFECT_FOLDER 0 +#define AW_VEFFECT_FOLDER 1 +#define AW_ATRANSITION_FOLDER 2 +#define AW_VTRANSITION_FOLDER 3 +#define AW_LABEL_FOLDER 4 +#define AW_CLIP_FOLDER 5 +#define AW_MEDIA_FOLDER 6 +#define AW_USER_FOLDER 7 +#define AWINDOW_FOLDERS 8 #define AWINDOW_MODES 2