mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtstyle: Resolve 70 compiler warnings
This commit is contained in:
parent
d57739782f
commit
c742edcb2f
12 changed files with 68 additions and 67 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue