module rename

svn: r6065
This commit is contained in:
Don Allingham 2006-03-04 04:31:50 +00:00
parent 7cf74596ae
commit 7f9c9853f7
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
2006-03-03 Don Allingham <don@gramps-project.org>
* src/Makefile.am: module renames
* src/EventView.py: call new module name
* src/EditName.py: renamed from NameEdit.py
* src/EditEvent.py: renamed from EventEdit.py
* src/images/Makefile.am: restore

View File

@ -56,7 +56,7 @@ gdir_PYTHON = \
EditSource.py\
EditSourceRef.py\
Errors.py\
EventEdit.py\
EditEvent.py\
EventView.py\
Exporter.py\
FamilyList.py\
@ -78,7 +78,7 @@ gdir_PYTHON = \
MergeData.py\
MergePeople.py\
NameDisplay.py\
NameEdit.py\
EditName.py\
Navigation.py\
Options.py\
PageView.py\