summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2005-11-28 18:19:39 +0000
committerDaniel Burrows <dburrows@debian.org>2005-11-28 18:19:39 +0000
commit75dba44144fcd873818fa304428877cd1170d860 (patch)
treebf8c00a70833844544f7fc5e53d8f3af55b18ba6
parentd0824f44380545360a664c750acdc6673c90fb1b (diff)
downloadaptitude-75dba44144fcd873818fa304428877cd1170d860.tar.gz
[aptitude @ Use the correct encoding (as specified in the .po) to decode the on-line help file.]
-rw-r--r--src/ui.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui.cc b/src/ui.cc
index f4e1c602..edf099d2 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -870,7 +870,8 @@ static void do_help_help()
vs_widget_ref w=vs_dialog_fileview(buf, NULL,
arg(sigc::ptr_fun(pager_search)),
- arg(sigc::ptr_fun(pager_repeat_search)));
+ arg(sigc::ptr_fun(pager_repeat_search)),
+ encoding);
w->show_all();
popup_widget(w);