aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-15 22:29:15 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-15 22:29:15 +0000
commitd59ce6c10beca5edda30fd8a0210a3c008292232 (patch)
treeaf787d1eb13e4c16c25f3ed85d0043fbddcde309 /gtk
parent085b58f0ffdc6221b838859147317d30e162eec2 (diff)
Update a comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17313 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk')
-rwxr-xr-xgtk/win32-file-dlg.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/gtk/win32-file-dlg.c b/gtk/win32-file-dlg.c
index 9f7b554699..f1b03dce97 100755
--- a/gtk/win32-file-dlg.c
+++ b/gtk/win32-file-dlg.c
@@ -119,9 +119,15 @@ static packet_range_t range;
static merge_action_e merge_action;
static print_args_t print_args;
/* XXX - The reason g_sf_hwnd exists is so that we can call
- * file_set_save_marked_sensitive() from anywhere. However, the
- * save file dialog hogs the foreground, so this may not be
- * necessary.
+ * range_update_dynamics() from anywhere; it's currently
+ * static, but if we move to using the native Windows
+ * print dialog and put range widgets in it as well,
+ * it might be moved to a separate file.
+ *
+ * However, the save file dialog hogs the foreground, so
+ * this may not be necessary (and, in fact, the file dialogs
+ * should arguably be modal to the window for the file
+ * being opened/saved/etc., even on GTK+ 1.2[.x]).
*/
static HWND g_sf_hwnd = NULL;