vcl: This is constant
Change-Id: I27a83996031b9494ad736ad82a7fff5740fbaf30
This commit is contained in:
@@ -174,7 +174,7 @@ Rectangle WinSalSystem::GetDisplayScreenPosSizePixel( unsigned int nScreen )
|
|||||||
The first dimension is the button combination, the second dimension
|
The first dimension is the button combination, the second dimension
|
||||||
is the button identifier.
|
is the button identifier.
|
||||||
*/
|
*/
|
||||||
static int DEFAULT_BTN_MAPPING_TABLE[][8] =
|
static const int DEFAULT_BTN_MAPPING_TABLE[][8] =
|
||||||
{
|
{
|
||||||
// Undefined OK CANCEL ABORT RETRY IGNORE YES NO
|
// Undefined OK CANCEL ABORT RETRY IGNORE YES NO
|
||||||
{ MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1 }, //OK
|
{ MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1 }, //OK
|
||||||
|
Reference in New Issue
Block a user