2006-05-27 Alex Roitman <shura@gramps-project.org>
* src/docgen/LPRDoc.py: Typo. svn: r6798
This commit is contained in:
parent
c7ca6baf3e
commit
58407886d6
@ -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
|
||||||
|
|
||||||
|
@ -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'):
|
||||||
|
Loading…
Reference in New Issue
Block a user