summaryrefslogtreecommitdiff
path: root/ui/gtk/export_pdu_dlg.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-05 18:16:14 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-05 18:16:14 +0000
commit88dcc80aadbbb241dd88e01f074ed144e0dc129d (patch)
tree0a0142741b6a90e572b3a1f44842f59d7c87d8fb /ui/gtk/export_pdu_dlg.h
parent76c9fc03bb8a6dacc2a356aa462c691492e1eae3 (diff)
downloadwireshark-88dcc80aadbbb241dd88e01f074ed144e0dc129d.tar.gz
Enhance NSIS Windows installer (Wireshark Qt support)
* Add Radiobox to choose File Association (Wireshark GTK or Qt) * Add Checkbox to choose Wireshark Qt icon will be installed (Startup, Desktop...) * Fix unistaller (don't remove all icons...) * ... svn path=/trunk/; revision=54605
Diffstat (limited to 'ui/gtk/export_pdu_dlg.h')
-rw-r--r--ui/gtk/export_pdu_dlg.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/ui/gtk/export_pdu_dlg.h b/ui/gtk/export_pdu_dlg.h
index f443ec4564..b6bed05428 100644
--- a/ui/gtk/export_pdu_dlg.h
+++ b/ui/gtk/export_pdu_dlg.h
@@ -30,3 +30,16 @@ void export_pdu_show_cb(GtkWidget *widget, gpointer data);
void do_export_pdu(gpointer data);
#endif /* __EXPORT_PDU_DLG_H__ */
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */