From 34c702458beb87733916aa2ef751643951be6065 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 31 Dec 2011 03:20:19 +0000 Subject: [PATCH] Put back paragraph break. svn path=/trunk/; revision=40351 --- gtk/main_welcome.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/main_welcome.c b/gtk/main_welcome.c index a2814db757..9625c55105 100644 --- a/gtk/main_welcome.c +++ b/gtk/main_welcome.c @@ -1265,7 +1265,7 @@ welcome_new(void) g_free(err_str); if (err == CANT_GET_INTERFACE_LIST) { label_text = g_strdup("No interface can be used for capturing in " - "this system with the current configuration." + "this system with the current configuration.\n" "\n" "See Capture Help below for details."); } else { @@ -1301,7 +1301,7 @@ welcome_new(void) } } else { label_text = g_strdup("No interface can be used for capturing in " - "this system with the current configuration." + "this system with the current configuration.\n" "\n" "See Capture Help below for details."); }