aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/file_dlg.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-02-28 23:20:40 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-02-28 23:20:40 +0000
commitd3b873b60d78e87896f26b359d3b56db576a925d (patch)
treedb57a5aff0a43d22bd0a786356bdfdb45f4cb312 /gtk/file_dlg.h
parent793e70956e1d26a816dffd5e9faa265ef89a1bc0 (diff)
Sync up my changes so far to the content list (now called object
list) feature for http traffic. It's now available under File-> Export->Objects->HTTP. More changes to come.. svn path=/trunk/; revision=20951
Diffstat (limited to 'gtk/file_dlg.h')
-rw-r--r--gtk/file_dlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/file_dlg.h b/gtk/file_dlg.h
index ea90a3c911..43cdb1dd79 100644
--- a/gtk/file_dlg.h
+++ b/gtk/file_dlg.h
@@ -56,7 +56,8 @@ typedef enum {
FILE_SELECTION_OPEN, /**< open a file */
FILE_SELECTION_READ_BROWSE, /**< browse for a file to read */
FILE_SELECTION_SAVE, /**< save/export a file */
- FILE_SELECTION_WRITE_BROWSE /**< browse for a file to write to */
+ FILE_SELECTION_WRITE_BROWSE, /**< browse for a file to write to */
+ FILE_SELECTION_CREATE_FOLDER /**< browse for a dir. to save in */
} file_selection_action_t;
/** Create a file selection dialog box window that belongs to Wireshark's