X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fmwindow.inc;h=bf90324e35712ffae30bc3b537794d1dd13ca8e1;hb=6853a2c0b04cc5ff4e87a2022c914227f925cb7f;hp=c6c0d58749794e80bcc83a4c2fc973b66cc836e5;hpb=faf9f1da60357505e88f5be80c0256a64bf2d650;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mwindow.inc b/cinelerra-5.1/cinelerra/mwindow.inc index c6c0d587..bf90324e 100644 --- a/cinelerra-5.1/cinelerra/mwindow.inc +++ b/cinelerra-5.1/cinelerra/mwindow.inc @@ -23,14 +23,18 @@ #define MWINDOW_INC #define PROGRAM_NAME "Cinelerra" -#define DEFAULT_THEME "S.U.V." -#define DEFAULT_PICON "picon" +#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") @@ -106,6 +112,7 @@ 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")