Leave more word-wrapping to the toolkit.
[obnox/wireshark/wip.git] / gtk / main_welcome.c
index e632ef261d9272219b17905874d4acabda51a569..a2814db75753235fa6f9394f4aacf1c2cc03225c 100644 (file)
@@ -1264,8 +1264,9 @@ welcome_new(void)
        if (if_list == NULL && err != NO_INTERFACES_FOUND) {
             g_free(err_str);
             if (err == CANT_GET_INTERFACE_LIST) {
-                label_text = g_strdup("No interface can be used for capturing in\n"
-                                      "this system with the current configuration.\n\n"
+                label_text = g_strdup("No interface can be used for capturing in "
+                                      "this system with the current configuration."
+                                      "\n"
                                       "See Capture Help below for details.");
             } else {
                 label_text = g_strdup("WinPcap doesn't appear to be installed.  "
@@ -1299,8 +1300,9 @@ welcome_new(void)
                                       "WinPcap.");
             }
         } else {
-            label_text = g_strdup("No interface can be used for capturing in\n"
-                                  "this system with the current configuration.\n\n"
+            label_text = g_strdup("No interface can be used for capturing in "
+                                  "this system with the current configuration."
+                                  "\n"
                                   "See Capture Help below for details.");
         }
         w = gtk_label_new(label_text);