aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-08-30 12:47:24 +0000
committerJörg Mayer <jmayer@loplof.de>2011-08-30 12:47:24 +0000
commitbb67b92a14c502e2c9841863dbbef869818f3e58 (patch)
tree40946218bb2e60d629b581dae3976dd807b2bf5d
parent23612366ef1d81f3e9f64c0b8901b55e04e33eba (diff)
No need to make an almost empty column extra wide.
svn path=/trunk/; revision=38799
-rw-r--r--gtk/main_welcome.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/main_welcome.c b/gtk/main_welcome.c
index fae7242481..6abc9253d9 100644
--- a/gtk/main_welcome.c
+++ b/gtk/main_welcome.c
@@ -1306,7 +1306,7 @@ welcome_new(void)
topic_menu_cb, GINT_TO_POINTER(ONLINEPAGE_NETWORK_MEDIA));
gtk_box_pack_start(GTK_BOX(topic_to_fill), item_hb, FALSE, FALSE, 5);
#else
- label_text = g_strdup("<span foreground=\"black\">Capturing is not compiled into this version of Wireshark!</span>");
+ label_text = g_strdup("<span foreground=\"black\">Capturing is not compiled into\nthis version of Wireshark!</span>");
w = gtk_label_new(label_text);
gtk_label_set_markup(GTK_LABEL(w), label_text);
g_free (label_text);