2006-05-27 Alex Roitman <shura@gramps-project.org>
* src/docgen/LPRDoc.py: Typo. svn: r6798
This commit is contained in:
		@@ -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>
 | 
			
		||||
	* src/gramps.py: Add provisions for local mo files for Windows
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -47,7 +47,9 @@ import Errors
 | 
			
		||||
try:
 | 
			
		||||
    import gnomeprint, gnomeprint.ui
 | 
			
		||||
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 ###
 | 
			
		||||
if gnomeprint.Context.__dict__.has_key('grestore'):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user