From 5fdf2d5aa3e4ead037814d1f6e30bb55e4a792b2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 19 Aug 2008 14:00:20 +0000 Subject: (_gtk__Install_Button) remind it's not RTL compliant yet --- perl-install/mygtk2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/mygtk2.pm') diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index cce8ebdb6..d9e987c00 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -150,6 +150,7 @@ sub _gtk__Install_Button { local $opts->{padding} = [ 20, 0 ]; local $opts->{child} = gtknew('HBox', spacing => 5, children_tight => [ + # FIXME: not RTL compliant (lang::text_direction_rtl() ? ...) gtknew('Image', file => 'advanced_expander'), gtknew('Label', text => delete $opts->{text}), ], -- cgit v1.2.1