removed ellipses from menu entries

--Sven
This commit is contained in:
Sven Neumann
2000-02-29 23:49:43 +00:00
parent 990a071c4b
commit ea6b48aaf6
7 changed files with 17 additions and 12 deletions

View File

@ -1030,8 +1030,8 @@ layers_dialog_set_menu_sensitivity (void)
SET_SENSITIVE ("Flatten Image", fs && ac && gimage && lp);
SET_SENSITIVE ("Add Layer Mask...", fs && ac && gimage && !lm && lp && alpha);
SET_SENSITIVE ("Apply Layer Mask...", fs && ac && gimage && lm && lp);
SET_SENSITIVE ("Delete Layer Mask...", fs && ac && gimage && lm && lp);
SET_SENSITIVE ("Apply Layer Mask", fs && ac && gimage && lm && lp);
SET_SENSITIVE ("Delete Layer Mask", fs && ac && gimage && lm && lp);
SET_SENSITIVE ("Mask to Selection", fs && ac && gimage && lm && lp);
SET_SENSITIVE ("Add Alpha Channel", !alpha);