change another property to a method call
svn: r12646
This commit is contained in:
parent
0f43e934a7
commit
382a650b74
|
@ -31,7 +31,7 @@ void wx_set_nav_file_types(NavDialogRef dlg, int cnt, char **exts, char *def_ext
|
|||
[sp setAllowedFileTypes:a];
|
||||
[sp setCanSelectHiddenExtension:TRUE];
|
||||
if (!allow_others)
|
||||
sp.allowsOtherFileTypes = FALSE;
|
||||
[sp setAllowsOtherFileTypes:FALSE];
|
||||
|
||||
for (i = 0; i < j; i++) {
|
||||
[objs[i] release];
|
||||
|
|
Loading…
Reference in New Issue
Block a user