mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +00:00
contrast is implemented, don't grey it out
svn path=/trunk/; revision=25197
This commit is contained in:
parent
6eed4dbe08
commit
c2feea400f
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ BEGIN
|
||||||
POPUP "&Adjust"
|
POPUP "&Adjust"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "Brightness...", ID_BRIGHTNESS
|
MENUITEM "Brightness...", ID_BRIGHTNESS
|
||||||
MENUITEM "Contrast...", -1, GRAYED
|
MENUITEM "Contrast...", ID_CONTRAST
|
||||||
MENUITEM "Hue/Saturation...", -1, GRAYED
|
MENUITEM "Hue/Saturation...", -1, GRAYED
|
||||||
POPUP "Colour"
|
POPUP "Colour"
|
||||||
BEGIN
|
BEGIN
|
||||||
|
|
|
@ -48,7 +48,7 @@ BEGIN
|
||||||
POPUP "&Adjust"
|
POPUP "&Adjust"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "Brightness...", ID_BRIGHTNESS
|
MENUITEM "Brightness...", ID_BRIGHTNESS
|
||||||
MENUITEM "Contrast...", -1, GRAYED
|
MENUITEM "Contrast...", ID_CONTRAST
|
||||||
MENUITEM "Hue/Saturation...", -1, GRAYED
|
MENUITEM "Hue/Saturation...", -1, GRAYED
|
||||||
POPUP "Color"
|
POPUP "Color"
|
||||||
BEGIN
|
BEGIN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue