diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-03 14:18:30 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-03 14:18:30 +0000 |
commit | 784a8e4734acb91facda5cb83deb0472c8be984d (patch) | |
tree | dd23a89c78dc14938a5fd7c24561828914d1b73f /mdkapplet | |
parent | 763b17aa02bff95f7467c694f503f6e527a32767 (diff) | |
download | mgaonline-784a8e4734acb91facda5cb83deb0472c8be984d.tar mgaonline-784a8e4734acb91facda5cb83deb0472c8be984d.tar.gz mgaonline-784a8e4734acb91facda5cb83deb0472c8be984d.tar.bz2 mgaonline-784a8e4734acb91facda5cb83deb0472c8be984d.tar.xz mgaonline-784a8e4734acb91facda5cb83deb0472c8be984d.zip |
use blue icon when there's a new distro
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ my %state = ( tt => [ N_("New updates are available for your system") ] }, new_distribution => { - colour => [ 'error' ], + colour => [ 'bundle' ], changes => [ 'okay' ], menu => [ 'upgrade_distro', 'update', 'check' ], tt => [ N("A new stable distribution has been released") . "\n\n" . N("Do you want to upgrade?") ] |