Fix typo
This commit is contained in:
parent
df57d038b8
commit
10cc7c78dd
@ -22,10 +22,10 @@ static void help()
|
|||||||
"\tleft mouse button - set rectangle\n"
|
"\tleft mouse button - set rectangle\n"
|
||||||
"\n"
|
"\n"
|
||||||
"\tCTRL+left mouse button - set GC_BGD pixels\n"
|
"\tCTRL+left mouse button - set GC_BGD pixels\n"
|
||||||
"\tSHIFT+left mouse button - set CG_FGD pixels\n"
|
"\tSHIFT+left mouse button - set GC_FGD pixels\n"
|
||||||
"\n"
|
"\n"
|
||||||
"\tCTRL+right mouse button - set GC_PR_BGD pixels\n"
|
"\tCTRL+right mouse button - set GC_PR_BGD pixels\n"
|
||||||
"\tSHIFT+right mouse button - set CG_PR_FGD pixels\n" << endl;
|
"\tSHIFT+right mouse button - set GC_PR_FGD pixels\n" << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
const Scalar RED = Scalar(0,0,255);
|
const Scalar RED = Scalar(0,0,255);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user