Added or fixed the name in revision numbering.

svn: r12104
This commit is contained in:
Rob G. Healey 2009-02-24 03:42:55 +00:00
parent c645246b2c
commit 8ca8e2f4bd
5 changed files with 9 additions and 8 deletions

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id:WriteCD.py 9912 2008-01-22 09:17:46Z acraphae $
# $Id$
"Export to CD (nautilus)."

View File

@ -19,7 +19,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id:WriteGeneWeb.py 9912 2008-01-22 09:17:46Z acraphae $
# $Id$
"Export to GeneWeb."
@ -624,4 +624,4 @@ plugin = ExportPlugin(name = _('_GeneWeb'),
export_function = exportData,
extension = "gw",
config = _config )
pmgr.register_plugin(plugin)
pmgr.register_plugin(plugin)

View File

@ -15,7 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id$
#------------------------------------------------------------------------
#
# python modules

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id:_ReadGedcom.py 9912 2008-01-22 09:17:46Z acraphae $
# $Id$
"Import from GEDCOM"
@ -147,4 +147,4 @@ plugin = ImportPlugin(name = _('GEDCOM'),
description = _description,
import_function = importData,
extension = "ged" )
pmgr.register_plugin(plugin)
pmgr.register_plugin(plugin)

View File

@ -19,8 +19,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id:$
#
# $Id: $
"Import from Pro-Gen"