X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.inc;h=0b6f218a4961d3e0b15c2cbbebd2f0173847f358;hp=07e06c245c18eb4c0aaa28ec413a8059270f47ee;hb=5c3e5d5e76c29b49708b4e42d194402150b508ab;hpb=361dbd9de4e6e4143ea0cac5daa89b30685a4c70 diff --git a/cinelerra-5.1/cinelerra/edl.inc b/cinelerra-5.1/cinelerra/edl.inc index 07e06c24..0b6f218a 100644 --- a/cinelerra-5.1/cinelerra/edl.inc +++ b/cinelerra-5.1/cinelerra/edl.inc @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #ifndef 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_PROXY_FOLDER 7 +#define AWINDOW_FOLDERS 8 #define AWINDOW_MODES 2