aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-03-11 21:06:56 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-03-11 21:06:56 +0000
commit1aa356313e3e6b74d138f487ec16f111afe49b24 (patch)
tree450e1f7d69c9cf145e5752bbd887c05c9c4c61a2
parentd0a04bd7dfb040c1443bdbd3bd814cf42d3a6b4c (diff)
Disable the "Packet Format" when save as "C Arrays".
svn path=/trunk/; revision=24607
-rw-r--r--gtk/win32-file-dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/win32-file-dlg.c b/gtk/win32-file-dlg.c
index 9131cafe74..5118d2e288 100644
--- a/gtk/win32-file-dlg.c
+++ b/gtk/win32-file-dlg.c
@@ -1619,7 +1619,7 @@ export_file_hook_proc(HWND ef_hwnd, UINT msg, WPARAM w_param, LPARAM l_param) {
print_args.format = PR_FMT_TEXT;
else
print_args.format = PR_FMT_PS;
- if (index == 3 || index == 4 || index == 5)
+ if (index == 3 || index == 4 || index == 5 || index == 6)
pkt_fmt_enable = FALSE;
else
pkt_fmt_enable = TRUE;