dtstyle: Resolve 70 compiler warnings

This commit is contained in:
Peter Howkins
2013-09-03 15:41:58 +01:00
parent d57739782f
commit c742edcb2f
12 changed files with 68 additions and 67 deletions

View File

@@ -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. */