dtstyle: Resolve 70 compiler warnings
This commit is contained in:
@@ -533,9 +533,9 @@ build_screenDialog(
|
||||
low_res = True;
|
||||
|
||||
/* Set up DialogBoxDialog button labels */
|
||||
button_string[0] = CMPSTR(_DtOkString);
|
||||
button_string[1] = CMPSTR(_DtCancelString);
|
||||
button_string[2] = CMPSTR(_DtHelpString);
|
||||
button_string[0] = CMPSTR((String) _DtOkString);
|
||||
button_string[1] = CMPSTR((String) _DtCancelString);
|
||||
button_string[2] = CMPSTR((String) _DtHelpString);
|
||||
|
||||
/* Create toplevel DialogBox */
|
||||
/* saveRestore - Note that save.poscnt has been initialized elsewhere. */
|
||||
|
||||
Reference in New Issue
Block a user