mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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"
|
||||
BEGIN
|
||||
MENUITEM "Brightness...", ID_BRIGHTNESS
|
||||
MENUITEM "Contrast...", -1, GRAYED
|
||||
MENUITEM "Contrast...", ID_CONTRAST
|
||||
MENUITEM "Hue/Saturation...", -1, GRAYED
|
||||
POPUP "Colour"
|
||||
BEGIN
|
||||
|
|
|
@ -48,7 +48,7 @@ BEGIN
|
|||
POPUP "&Adjust"
|
||||
BEGIN
|
||||
MENUITEM "Brightness...", ID_BRIGHTNESS
|
||||
MENUITEM "Contrast...", -1, GRAYED
|
||||
MENUITEM "Contrast...", ID_CONTRAST
|
||||
MENUITEM "Hue/Saturation...", -1, GRAYED
|
||||
POPUP "Color"
|
||||
BEGIN
|
||||
|
|
Loading…
Reference in a new issue