typos
svn: r18594
This commit is contained in:
parent
96bd83275e
commit
3c54cda718
@ -19,7 +19,7 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
# $Id: _PeoplePrivate.py 14091 2010-01-18 04:42:17Z pez4brian $
|
||||
# $Id$
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -19,7 +19,7 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
# $Id: _IsPublic.py 14091 2010-01-18 04:42:17Z pez4brian $
|
||||
# $Id$
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -260,7 +260,7 @@ class ArgHandler(object):
|
||||
"""
|
||||
if self.gui:
|
||||
return
|
||||
# Need to covert path/filename to unicode before openingh
|
||||
# Need to convert path/filename to unicode before opening
|
||||
# For non latin characters in Windows path/file/user names
|
||||
value = Utils.get_unicode_path_from_env_var(value)
|
||||
fname = value
|
||||
|
@ -98,8 +98,7 @@ def is_quartz():
|
||||
|
||||
def has_display():
|
||||
"""
|
||||
Tests to see if Python is currently running with gtk and
|
||||
windowing system is Mac OS-X's "quartz".
|
||||
Tests to see if Python is currently running with gtk
|
||||
"""
|
||||
# FIXME: currently, gtk.init_check() requires all strings
|
||||
# in argv, and we might have unicode.
|
||||
|
@ -651,8 +651,8 @@ class AncestorTree(Report):
|
||||
The arguments are:
|
||||
|
||||
database - the GRAMPS database instance
|
||||
person - currently selected person
|
||||
options - instance of the Options class for this report
|
||||
user - a gen.user.User() instance
|
||||
|
||||
"""
|
||||
Report.__init__(self, database, options, user)
|
||||
|
@ -695,8 +695,8 @@ class StatisticsChart(Report):
|
||||
The arguments are:
|
||||
|
||||
database - the GRAMPS database instance
|
||||
person - currently selected person
|
||||
options - instance of the Options class for this report
|
||||
options - instance of the Options class for this report
|
||||
user - a gen.user.User() instance
|
||||
|
||||
To see what the options are, check the options help in the options class.
|
||||
"""
|
||||
|
@ -374,7 +374,7 @@ class DescendantReport(Report):
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# AncestorOptions
|
||||
# DescendantOptions
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class DescendantOptions(MenuReportOptions):
|
||||
|
@ -55,7 +55,7 @@ class SimpleBookTitle(Report):
|
||||
The arguments are:
|
||||
|
||||
database - the GRAMPS database instance
|
||||
options - instance of the Options class for this report
|
||||
options - instance of the Options class for this report
|
||||
user - a gen.user.User() instance
|
||||
|
||||
This report needs the following parameters (class variables)
|
||||
|
Loading…
Reference in New Issue
Block a user