summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-03-11 22:50:17 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-03-11 22:50:17 +0000
commitcf3a5d8d55ea58034c254f7a67dc0c0caf5c891b (patch)
treea28aaf27f25d07dd43aca041990d286c68567743
parent1aa356313e3e6b74d138f487ec16f111afe49b24 (diff)
downloadwireshark-cf3a5d8d55ea58034c254f7a67dc0c0caf5c891b.tar.gz
Fix some texts in the file types list.
svn path=/trunk/; revision=24608
-rw-r--r--gtk/win32-file-dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/win32-file-dlg.c b/gtk/win32-file-dlg.c
index 5118d2e288..90401f7a46 100644
--- a/gtk/win32-file-dlg.c
+++ b/gtk/win32-file-dlg.c
@@ -83,10 +83,10 @@ typedef enum {
#define FILE_TYPES_EXPORT \
_T("Plain text (*.txt)\0") _T("*.txt\0") \
_T("PostScript (*.ps)\0") _T("*.ps\0") \
- _T("CSV (Comma Separated Values summary (*.csv)\0") _T("*.csv\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("C Arrays (*.c)\0") _T("*.c\0")
+ _T("C Arrays (packet bytes) (*.c)\0") _T("*.c\0")
#define FILE_TYPES_RAW \
_T("Raw data (*.bin, *.dat, *.raw)\0") _T("*.bin;*.dat;*.raw\0") \