* various: const.py changes

2007-09-07  Don Allingham  <don@gramps-project.org>
	* src/DateHandler/_Date_fr.py: fix indentation errors

2007-09-07  Don Allingham  <don@gramps-project.org>


svn: r8948
This commit is contained in:
Don Allingham
2007-09-08 05:54:02 +00:00
parent afb2bbc201
commit a65a73d1d7
104 changed files with 390 additions and 395 deletions
ChangeLog
src
AddMedia.pyArgHandler.pyAssistant.pyBaseDoc.pyColumnOrder.py
Config
DataViews
DateEdit.pyDbLoader.pyDbManager.py
DisplayModels
DisplayState.py
Editors
ExportAssistant.py
FilterEditor
Filters
GrampsCfg.py
GrampsDb
GrampsDbUtils
GrampsLogger
ImgManip.pyLdsUtils.pyListModel.pyManagedWindow.py
Merge
Mime
ObjectSelector
PageView.py
PluginUtils
QuestionDialog.pyRecentFiles.pyReorder.py
ReportBase
ScratchPad.py
Selectors
TipOfDay.pyViewManager.pyconst.py.in
docgen
gramps.pygramps_main.py
plugins

@ -49,8 +49,8 @@ import ManagedWindow
# Constants
#
#-------------------------------------------------------------------------
_gramps_png = os.path.join(const.image_dir, "gramps.png")
_splash_jpg = os.path.join(const.image_dir, "splash.jpg")
_gramps_png = os.path.join(const.IMAGE_DIR, "gramps.png")
_splash_jpg = os.path.join(const.IMAGE_DIR, "splash.jpg")
_format = '<span weight="bold" size="xx-large">%s</span>'
#-------------------------------------------------------------------------