Always show version in black.

svn path=/trunk/; revision=26678
This commit is contained in:
Stig Bjørlykke 2008-11-03 14:25:39 +00:00
parent 35ae656ccc
commit da4327b2ea
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ welcome_header_new(void)
g_string_append(message, "</span>");
if (prefs.gui_version_in_start_page) {
g_string_append_printf(message, "\n<span size=\"large\">Version " VERSION "%s</span>",
g_string_append_printf(message, "\n<span size=\"large\" foreground=\"black\">Version " VERSION "%s</span>",
wireshark_svnversion);
}