diff options
author | Guy Harris <guy@alum.mit.edu> | 2011-12-31 03:20:19 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2011-12-31 03:20:19 +0000 |
commit | 34c702458beb87733916aa2ef751643951be6065 (patch) | |
tree | 70ef7a7ce5a2ad5c7419df64f6156185821319ca | |
parent | 9f46f8b39e23b4c6cb8ab63c33c3202dcc95532d (diff) | |
download | wireshark-34c702458beb87733916aa2ef751643951be6065.tar.gz wireshark-34c702458beb87733916aa2ef751643951be6065.tar.bz2 wireshark-34c702458beb87733916aa2ef751643951be6065.zip |
Put back paragraph break.
svn path=/trunk/; revision=40351
-rw-r--r-- | gtk/main_welcome.c | 4 |
1 files 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."); } |