aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-03 14:25:39 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-03 14:25:39 +0000
commitc61103e0eb1e782e3e4019fc6aee9ca36cc5b4ba (patch)
treeb2df7046511c0110f8bdf181cf77d91cf75b40a3 /gtk
parent37bfcdd216e0d0e99ed0bf35c6bbf994b7bddf32 (diff)
Always show version in black.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26678 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk')
-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 cc7c024cd4..f45eb0b082 100644
--- a/gtk/main_welcome.c
+++ b/gtk/main_welcome.c
@@ -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);
}