Added "C Arrays" to list of file types to export.

svn path=/trunk/; revision=24606
This commit is contained in:
Stig Bjørlykke 2008-03-11 19:35:53 +00:00
parent b0f634c396
commit d0a04bd7df
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ typedef enum {
_T("PostScript (*.ps)\0") _T("*.ps\0") \
_T("CSV (Comma Separated Values summary (*.csv)\0") _T("*.csv\0") \
_T("PSML (XML packet summary) (*.psml)\0") _T("*.psml\0") \
_T("PDML (XML packet detail) (*.pdml)\0") _T("*.pdml\0")
_T("PDML (XML packet detail) (*.pdml)\0") _T("*.pdml\0") \
_T("C Arrays (*.c)\0") _T("*.c\0")
#define FILE_TYPES_RAW \
_T("Raw data (*.bin, *.dat, *.raw)\0") _T("*.bin;*.dat;*.raw\0") \