aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/capture_if_details_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/capture_if_details_dlg.c b/gtk/capture_if_details_dlg.c
index a8c4305104..132b762386 100644
--- a/gtk/capture_if_details_dlg.c
+++ b/gtk/capture_if_details_dlg.c
@@ -2126,7 +2126,8 @@ capture_if_details_open(char *iface)
/* XXX - add more known DLL versions here */
/* (all versions since the 2.3 release seems to be working (although the 2.3 beta did not) */
- if( strcmp(version, "3, 1, 0, 27") == 0 || /* 3.1 release */
+ if( strcmp(version, "3, 2, 0, 29") == 0 || /* 3.2 beta 1 */
+ strcmp(version, "3, 1, 0, 27") == 0 || /* 3.1 release */
strcmp(version, "3, 1, 0, 24") == 0 || /* 3.1 beta 4 */
strcmp(version, "3, 1, 0, 23") == 0 || /* 3.1 beta 3 */
strcmp(version, "3, 1, 0, 22") == 0 || /* 3.1 beta 2 */