GTK3 typo fixes:
[obnox/wireshark/wip.git] / gtk / capture_if_details_dlg_win32.c
2011-02-17 geraldFix some Visual C++ static analyzer complaints.
2011-01-23 wmeierReword some text about the accuracy of the dislayed...
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2009-06-28 ulflfix bug #3439 (thanks to Kovarththanan Rajaratnam)...
2009-06-21 etxrabChange window_new() to dlg_window_new() and destroy...
2009-06-09 geraldFor interfaces that don't support PacketOpenAdapter...
2009-05-08 kukosaMake gtk/capture_if_details_dlg_win32.c compileable...
2009-04-21 geraldFrom Artem Tamazov: Fix compilation for Visual C++...
2009-04-17 geraldTry to get Visual C++ 6.0 builds working again.
2009-04-16 geraldFix (and likely re-break) the Windows builds:
2009-04-15 geraldCheck for _WIN64 instead of _NTDDNDIS_.
2009-04-15 geraldIn capture_if_details_dlg_win32.c, don't define a bunch...
2009-02-12 ulfladd display of IE_ID_COUNTRY, some code cleanup
2008-10-24 wmeierFix for SVN #26535 so that building Wireshark with...
2008-10-24 wmeierWindows build: #include winsock2.h only when needed.
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-21 stigAnd use correct help topic...
2008-06-21 stigAdded help topic item previous reused for another topic.
2008-06-21 stigRemoved the usage of topic_available() as we now have...
2008-05-11 wmeierg_string_sprintf --> g_string_printf and g_string_sprin...
2008-05-02 jakeFrom Shinsuke SUZUKI:
2008-04-13 ulfluse the ending "_win32" for every windows specific...