X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindow.inc;h=bf90324e35712ffae30bc3b537794d1dd13ca8e1;hb=5621db270ccbeabc106e0f438941dba6f930652b;hp=0d4975b14210c75d7b822368e795ccea671caa1d;hpb=0ce171270662e17398676054050f570228d8f45f;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mwindow.inc b/cinelerra-5.1/cinelerra/mwindow.inc index 0d4975b1..bf90324e 100644 --- a/cinelerra-5.1/cinelerra/mwindow.inc +++ b/cinelerra-5.1/cinelerra/mwindow.inc @@ -1,35 +1,40 @@ /* * CINELERRA - * Copyright (C) 1997-2012 Adam Williams - * + * Copyright (C) 1997-2016 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 MWINDOW_INC #define MWINDOW_INC #define PROGRAM_NAME "Cinelerra" -#define DEFAULT_THEME "S.U.V." +#define DEFAULT_THEME "UnFlat" +#define DEFAULT_PICON "cinfinity" #define CONFIG_FILE "Cinelerra_rc" +// user presets #define PRESETS_FILE "Cinelerra_presets" +#define PERPETUAL_FILE "perpetual.dat" +// factory presets +#define FACTORY_FILE "Cinelerra_factory" #define PICTURE_FILE "Cinelerra_picture" #define PLUGIN_FILE "Cinelerra_plugins" #define LADSPA_FILE "ladspa_plugins." -#define PLUGIN_FILE_VERSION 3 +#define PLUGIN_FILE_VERSION 4 // Behavior of region selections #define SELECTION_SAMPLES 0 @@ -64,6 +69,7 @@ N_("Cinelerra: Channels") N_("Cinelerra: ChanSearch") N_("Cinelerra: Clip Info") N_("Cinelerra: Color") +N_("Cinelerra: Copy File List") N_("Cinelerra: Commands") N_("Cinelerra: Compositor") N_("Cinelerra: Confirm") @@ -77,6 +83,7 @@ N_("Cinelerra: Delete All Indexes") N_("Cinelerra: Edit Channel") N_("Cinelerra: Edit length") N_("Cinelerra: Effect Prompt") +N_("Cinelerra: Effect Info") N_("Cinelerra: Error") N_("Cinelerra: Errors") N_("Cinelerra: Export EDL") @@ -91,16 +98,21 @@ N_("Cinelerra: Load") N_("Cinelerra: Loading") N_("Cinelerra: Locate file") N_("Cinelerra: Mask") +N_("Cinelerra: Mixer") N_("Cinelerra: New folder") N_("Cinelerra: New Project") +N_("Cinelerra: Append to Project") N_("Cinelerra: Normalize") N_("Cinelerra: Options") N_("Cinelerra: Overlays") +N_("Cinelerra: Paste File List") N_("Cinelerra: Path") N_("Cinelerra: Picture") N_("Cinelerra: Preferences") +N_("Cinelerra: Probes") N_("Cinelerra: Program") N_("Cinelerra: Projector") +N_("Cinelerra: Proxy settings") N_("Cinelerra: Question") N_("Cinelerra: Record") N_("Cinelerra: Recording")