[Aptitude-svn-commit] r3377 - in branches/aptitude-0.3/aptitude: . src

Daniel Burrows dburrows@costa.debian.org
Tue, 07 Jun 2005 18:12:10 +0000


Author: dburrows
Date: Tue Jun  7 18:12:08 2005
New Revision: 3377

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/trust.cc
Log:
Update the trust dialog for styles.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Tue Jun  7 18:12:08 2005
@@ -1,5 +1,9 @@
 2005-06-07  Daniel Burrows  <dburrows@debian.org>
 
+	* src/trust.cc:
+
+	Update the trust dialog for styles.
+
 	* src/solution_dialog.cc:
 
 	Update the solution dialog for styles.

Modified: branches/aptitude-0.3/aptitude/src/trust.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/trust.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/trust.cc	Tue Jun  7 18:12:08 2005
@@ -17,6 +17,6 @@
 		     strlen(_("WARNING"))+2,
 		     flowbox(fragf(_("%F: This version of %s is from an %Buntrusted source%b!  Installing this package could allow a malicious individual to damage or take control of your system."),
 				   text_fragment(_("WARNING"),
-						 get_color("TrustWarning")),
+						 get_style("TrustWarning")),
 				   ver.ParentPkg().Name())));
 }