2006-05-27 Alex Roitman <shura@gramps-project.org>

* src/docgen/LPRDoc.py: Typo.



svn: r6798
This commit is contained in:
Alex Roitman 2006-05-28 02:33:03 +00:00
parent c7ca6baf3e
commit 58407886d6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-05-27 Alex Roitman <shura@gramps-project.org>
* src/docgen/LPRDoc.py: Typo.
2006-05-27 Brian Matherly <brian@gramps-project.org> 2006-05-27 Brian Matherly <brian@gramps-project.org>
* src/gramps.py: Add provisions for local mo files for Windows * src/gramps.py: Add provisions for local mo files for Windows

View File

@ -47,7 +47,9 @@ import Errors
try: try:
import gnomeprint, gnomeprint.ui import gnomeprint, gnomeprint.ui
except ImportError: except ImportError:
raise Errors.UnavailableError(_("Cannot be loaded because python bindinds for GNOME print are not installed")) raise Errors.UnavailableError(
_("Cannot be loaded because python bindings "
"for GNOME print are not installed"))
### FIXME ### ### FIXME ###
if gnomeprint.Context.__dict__.has_key('grestore'): if gnomeprint.Context.__dict__.has_key('grestore'):