X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindow.inc;h=87650fec74af376634a67480d07a6d79114cd7bb;hb=568bf4145a8bc66472ea3625741dacbd3b56ccc0;hp=48d2648479ae85f6e3e0146f9ba0086009adc337;hpb=0c36fdb4fc4d4a2efe353e2b6eb0bf5a1b1485d6;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mwindow.inc b/cinelerra-5.1/cinelerra/mwindow.inc index 48d26484..87650fec 100644 --- a/cinelerra-5.1/cinelerra/mwindow.inc +++ b/cinelerra-5.1/cinelerra/mwindow.inc @@ -26,11 +26,15 @@ #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 @@ -94,8 +98,10 @@ 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") @@ -123,6 +129,7 @@ N_("Cinelerra: Resources") N_("Cinelerra: Ruler") N_("Cinelerra: %s") N_("Cinelerra: Save") +N_("Cinelerra: Save Project"), N_("Cinelerra: Scale") N_("Cinelerra: Scan confirm") N_("Cinelerra: Scopes")