diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | bin/drakinvictus | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +- drakinvictus: fix crashing due to missing icon (mga#5223) - drakroam: fix a crash (mga#6847) - use chroot's /etc/resolv.conf if stage1 didn't write any (Derek Jennings, mga#5772) diff --git a/bin/drakinvictus b/bin/drakinvictus index ad6e142..1ae771b 100755 --- a/bin/drakinvictus +++ b/bin/drakinvictus @@ -96,7 +96,7 @@ sub update_ct_sync_state() { gtkadd($w->{window}, gtknew('VBox', spacing => 5, children_tight => [ - $::isEmbedded ? () : Gtk2::Banner->new('invictus-52', $title), + $::isEmbedded ? () : Gtk2::Banner->new('invictus-32', $title), gtknew('WrappedLabel', text => N("This tool allows to set up network interfaces failover and firewall replication.")), gtknew('Frame', border_width => 5, text => N("Network redundancy (leave empty if interface is not used)"), |