264: fixed a typo. s/mix/min.

1999-06-19  Kjartan Maraas  <kmaraas@online.no>

		* CML_explorer:264: fixed a typo. s/mix/min.
This commit is contained in:
Kjartan Maraas 1999-06-19 00:26:21 +00:00 committed by Kjartan Maraas
parent aa3ddd6286
commit 3ea54d565b
2 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@ gtkW_menu_item composition_menu [] =
#define COMP_MAX_LINEAR_M1 3
{ N_("Max (x-d, -)"), NULL },
#define COMP_MIN_LINEAR 4
{ N_("Mix (x, -)"), NULL },
{ N_("Min (x, -)"), NULL },
#define COMP_MIN_LINEAR_P1 5
{ N_("Min (x+d, -)"), NULL },
#define COMP_MIN_LINEAR_M1 6

View File

@ -261,7 +261,7 @@ gtkW_menu_item composition_menu [] =
#define COMP_MAX_LINEAR_M1 3
{ N_("Max (x-d, -)"), NULL },
#define COMP_MIN_LINEAR 4
{ N_("Mix (x, -)"), NULL },
{ N_("Min (x, -)"), NULL },
#define COMP_MIN_LINEAR_P1 5
{ N_("Min (x+d, -)"), NULL },
#define COMP_MIN_LINEAR_M1 6