aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-10-05 06:59:11 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-10-05 06:59:11 +0000
commitfb0621683d2a6a11b4418f5c5e717eef2c00cbfb (patch)
tree8c84f23c3d16f37b41478be6df9485853b8a004b
parentafebfa60ca91c4c02e01b255a8eb27e98ed58b19 (diff)
Split some texts on the welcome page to make "Interface List" and
"Capture Help" smaller to make room for longer filenames in the Open Recent list. svn path=/trunk/; revision=34379
-rw-r--r--gtk/main_welcome.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/main_welcome.c b/gtk/main_welcome.c
index 960bbe543f..ba19fafe36 100644
--- a/gtk/main_welcome.c
+++ b/gtk/main_welcome.c
@@ -811,7 +811,7 @@ welcome_new(void)
#ifdef HAVE_LIBPCAP
item_hb = welcome_button(WIRESHARK_STOCK_CAPTURE_INTERFACES,
"Interface List",
- "Live list of the capture interfaces (counts incoming packets)",
+ "Live list of the capture interfaces\n(counts incoming packets)",
"Same as Capture/Interfaces menu or toolbar item",
welcome_button_callback_helper, capture_if_cb);
gtk_box_pack_start(GTK_BOX(topic_to_fill), item_hb, FALSE, FALSE, 5);
@@ -865,7 +865,7 @@ welcome_new(void)
item_hb = welcome_button(WIRESHARK_STOCK_WIKI,
"Network Media",
- "Specific information for capturing on: Ethernet, WLAN, ...",
+ "Specific information for capturing on:\nEthernet, WLAN, ...",
topic_online_url(ONLINEPAGE_NETWORK_MEDIA),
topic_menu_cb, GINT_TO_POINTER(ONLINEPAGE_NETWORK_MEDIA));
gtk_box_pack_start(GTK_BOX(topic_to_fill), item_hb, FALSE, FALSE, 5);