From 5daa484bce28bd8c86e79b1b40cabd83d7a778fb Mon Sep 17 00:00:00 2001 From: Tim G L Lyons Date: Thu, 2 Feb 2012 12:53:24 +0000 Subject: [PATCH] Change to use monospaced font in InfoDialog in upgrade 16 report. (The report was designed for a monospaced font) svn: r18812 --- src/gen/db/upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen/db/upgrade.py b/src/gen/db/upgrade.py index bc6c573a4..c326c0bb7 100644 --- a/src/gen/db/upgrade.py +++ b/src/gen/db/upgrade.py @@ -421,7 +421,7 @@ def gramps_upgrade_16(self): "Tools -> Family Tree Processing -> Merge\n" "in order to merge citations that contain similar\n" "information") - InfoDialog(_('Upgrade Statistics'), txt) + InfoDialog(_('Upgrade Statistics'), txt, monospaced=True) def upgrade_media_list_16(self, media_list): new_media_list = []