aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
diff options
context:
space:
mode:
Diffstat (limited to 'Rpmdrake')
-rw-r--r--Rpmdrake/gui.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/gui.pm b/Rpmdrake/gui.pm
index 793b662e..b4bb39ba 100644
--- a/Rpmdrake/gui.pm
+++ b/Rpmdrake/gui.pm
@@ -188,7 +188,7 @@ sub get_main_text {
ugtk3::markup_to_TextView_format(
# force align "name - summary" to the right with RTL languages (#33603):
- if_(lang::text_direction_rtl(), "\x{200f}") .
+ if_(mygtk3::text_direction_rtl(), "\x{200f}") .
join("\n",
format_header(join(' - ', $name, $summary)) .
# workaround gtk+ bug where GtkTextView wronly limit embedded widget size to bigger line's width (#25533):