From b02214155a1e36fb6a2081121ea1c1f2f5d9ff2e Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Tue, 5 Apr 2011 11:55:09 +0000 Subject: [PATCH] Fix of issue 4806, header value not translated. svn: r17043 --- src/gui/plug/report/_reportdialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/plug/report/_reportdialog.py b/src/gui/plug/report/_reportdialog.py index 1e343a981..474fae444 100644 --- a/src/gui/plug/report/_reportdialog.py +++ b/src/gui/plug/report/_reportdialog.py @@ -703,7 +703,7 @@ def report(dbstate, uistate, person, report_class, options_class, # bar. So the progress bar should not be used. do_report() else: - _run_long_process_in_thread(do_report, dialog.raw_name) + _run_long_process_in_thread(do_report, dialog.report_name) if dialog.open_with_app.get_active(): out_file = dialog.options.get_output()