gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5940 - gnunet-qt/src/plugins/about


From: gnunet
Subject: [GNUnet-SVN] r5940 - gnunet-qt/src/plugins/about
Date: Sun, 16 Dec 2007 15:50:21 -0700 (MST)

Author: durner
Date: 2007-12-16 15:50:21 -0700 (Sun, 16 Dec 2007)
New Revision: 5940

Modified:
   gnunet-qt/src/plugins/about/about.cc
Log:
header color

Modified: gnunet-qt/src/plugins/about/about.cc
===================================================================
--- gnunet-qt/src/plugins/about/about.cc        2007-12-16 22:46:08 UTC (rev 
5939)
+++ gnunet-qt/src/plugins/about/about.cc        2007-12-16 22:50:21 UTC (rev 
5940)
@@ -39,7 +39,7 @@
 QString GAboutPlugin::header()
 {
   return QString(
-        "<table bgcolor=\"#0a6cce\" border=\"0\" cellpadding=\"0\" 
cellspacing=\"0\" height=\"62\" width=\"100%\">"
+        "<table bgcolor=\"#3F4C6B\" border=\"0\" cellpadding=\"0\" 
cellspacing=\"0\" height=\"62\" width=\"100%\">"
           "<tr>"
             "<td colspan=\"3\" height=\"10\" nowrap=\"nowrap\" 
valign=\"middle\" />"
           "</tr>"
@@ -56,12 +56,12 @@
             "</td>"
           "</tr>"
         "</table>"
-        "<table bgcolor=\"#0a6cce\" border=\"0\" cellpadding=\"0\" 
cellspacing=\"0\" width=\"100%\">"
+        "<table bgcolor=\"#3F4C6B\" border=\"0\" cellpadding=\"0\" 
cellspacing=\"0\" width=\"100%\">"
           "<tr>"
             "<td colspan=\"4\" height=\"10\" nowrap=\"nowrap\" />"
           "</tr>"
         "</table>"
-        "<table bgcolor=\"#0a6cce\" border=\"0\" cellpadding=\"0\" 
cellspacing=\"0\" width=\"100%\">"
+        "<table bgcolor=\"#3F4C6B\" border=\"0\" cellpadding=\"0\" 
cellspacing=\"0\" width=\"100%\">"
           "<tr>"
             "<td bgcolor=\"#E4E4E4\" color=\"#FFFFFF\" width=\"33%\" 
align=\"left\"><a href=\"about\">"
               "<font face=\"Arial, Helvetica\">" + tr("About") + 
"</font></a></td>"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]