Subversion Repositories filter_foundry

Rev

Rev 393 | Rev 408 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 393 Rev 399
Line 349... Line 349...
349
                        (StringPtr)_strdup("\pChoose filter settings"), // "\p" means "Pascal string"
349
                        (StringPtr)_strdup("\pChoose filter settings"), // "\p" means "Pascal string"
350
                        #else
350
                        #else
351
                        (StringPtr)_strdup("\026Choose filter settings"),
351
                        (StringPtr)_strdup("\026Choose filter settings"),
352
                        #endif
352
                        #endif
353
                        &sfr,&reply,types,2,
353
                        &sfr,&reply,types,2,
354
                        "All supported files (*.afs, *.8bf, *.pff, *.prm, *.bin, *.txt; *.ffx)\0*.afs;*.8bf;*.pff;*.prm;*.bin;*.txt;*.ffx\0Filter Factory Settings (*.afs, *.txt)\0*.afs;*.txt\0PluginCommander or FFDecomp TXT file (*.txt)\0*.txt\0Filter Factory for Windows, Standalone Filter (*.8bf)\0*.8bf\0Premiere TF/FF Settings (*.pff)\0*.pff\0Premiere TT/FF for Windows, Standalone Filter (*.prm)\0*.prm\0FilterFactory for MacOS, Standalone Filter (*.bin)\0*.bin\0\"Filters Unlimited\" filter (*.ffx)\0*.ffx\0All files (*.*)\0*.*\0\0"
354
                        "All supported files (*.afs, *.8bf, *.pff, *.prm, *.bin, *.rsrc, *.txt, *.ffx)\0*.afs;*.8bf;*.pff;*.prm;*.bin;*.rsrc;*.txt;*.ffx\0Filter Factory Settings (*.afs, *.txt)\0*.afs;*.txt\0PluginCommander or FFDecomp TXT file (*.txt)\0*.txt\0Filter Factory for Windows, Standalone Filter (*.8bf)\0*.8bf\0Premiere TF/FF Settings (*.pff)\0*.pff\0Premiere TT/FF for Windows, Standalone Filter (*.prm)\0*.prm\0FilterFactory for MacOS, Standalone Filter (*.bin, *.rsrc)\0*.bin\0\"Filters Unlimited\" filter (*.ffx)\0*.ffx\0All files (*.*)\0*.*\0\0"
355
                        #ifdef _WIN32
355
                        #ifdef _WIN32
356
                        ,gdata->hWndMainDlg
356
                        ,gdata->hWndMainDlg
357
                        #endif /* _WIN32 */
357
                        #endif /* _WIN32 */
358
                )){
358
                )){
359
                        // Backup everything, because obfuscation et. al. causes changing of the state (yes, that's messy :( )
359
                        // Backup everything, because obfuscation et. al. causes changing of the state (yes, that's messy :( )