2006-11-16 Alex Roitman <shura@phy.ucsf.edu>

* src/Reorder.py: Import gettext.



svn: r7635
This commit is contained in:
Alex Roitman 2006-11-17 00:39:27 +00:00
parent 7be5b6f678
commit fca43e4f5a
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2006-11-16 Alex Roitman <shura@phy.ucsf.edu>
* src/Reorder.py: Import gettext.
2006-11-15 Don Allingham <don@gramps-project.org>
* src/Editors/_EditPerson.py: save previous window size
* data/gramps.schemas.in: default transactions to off, previous editperson window size

View File

@ -20,6 +20,8 @@
# $Id: _SourceView.py 7138 2006-08-06 06:26:10Z rshura $
from gettext import gettext as _
import const
import gtk