exportPorjectDialog - default output file format

exportProjectDialog - select the output file format based on
what the user has already chosen in the export dialog. Prevents
the user from having to choose twice.
(also fixed whitespace and added modelines where applicable)
This commit is contained in:
Andrew Kelley
2009-07-16 05:19:26 -07:00
parent 9cb6c6ab6a
commit 73fdfb4ef1
3 changed files with 28 additions and 4 deletions

View File

@@ -37,11 +37,11 @@ public:
{
WaveFile,
OggFile,
Mp3File,
Mp3File,
NumFileFormats
} ;
static const char * EFF_ext[];
static const char * EFF_ext[];
enum Depths
{
@@ -120,3 +120,5 @@ struct fileEncodeDevice
extern fileEncodeDevice __fileEncodeDevices[];
#endif
/* vim: set tw=0 noexpandtab: */