X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindow.inc;h=366236ffc28936958dd75402faa5d2eb52e35b66;hp=74589a41fcc09039e7c766c3b2f9daf8c6749335;hb=38cb4182e11e57fc426bede3825e825e9d61433b;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d diff --git a/cinelerra-5.1/cinelerra/mwindow.inc b/cinelerra-5.1/cinelerra/mwindow.inc index 74589a41..366236ff 100644 --- a/cinelerra-5.1/cinelerra/mwindow.inc +++ b/cinelerra-5.1/cinelerra/mwindow.inc @@ -2,30 +2,34 @@ /* * CINELERRA * 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" +// factory presets +#define FACTORY_FILE "Cinelerra_factory" #define PICTURE_FILE "Cinelerra_picture" #define PLUGIN_FILE "Cinelerra_plugins" #define LADSPA_FILE "ladspa_plugins." @@ -64,6 +68,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 +82,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") @@ -96,11 +102,14 @@ N_("Cinelerra: New 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")