diff options
-rwxr-xr-x | bin/drak3d | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ sub choose_gtk { gtkadd($w->{window}, gtknew('VBox', spacing => 5, children => [ - $::isEmbedded ? () : (0, Gtk2::Banner->new('drak3d', $title)), + $::isEmbedded ? () : (0, Gtk3::Banner->new('drak3d', $title)), 0, gtknew('Title2', label => N("This tool allows you to configure 3D desktop effects.")), if_(!$glx->{supported}, 0, N("Your system does not support 3D desktop effects.")), 1, gtknew('VBox', spacing => 5, children_tight => [ |