Fix typo
This commit is contained in:
parent
f0595b8254
commit
8b58b59df4
@ -21,10 +21,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