From 26da05a0fe6b2299474360f92664b879a654847c Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 18 Feb 2003 17:53:06 +0000 Subject: define language direction --- perl-install/install_steps_interactive.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 68a70c526..2e4d47eea 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -60,6 +60,9 @@ sub selectLanguage { $o->charsetChanged; if ($o->isa('interactive::gtk')) { + if (N("default:LTR") eq "default:RTL") { + Gtk2::Widget->set_default_direction("rtl"); + }; $o->ask_warn('', formatAlaTeX( "If you see this message it is because you chose a language for which DrakX does not include a translation yet; however the fact -- cgit v1.2.1