* src/*png, src/*jpg: move under images directory.

svn: r6043
This commit is contained in:
Alex Roitman
2006-03-02 23:37:16 +00:00
parent 88b66d7d37
commit 72ff16c982
39 changed files with 78 additions and 66 deletions

View File

@ -48,8 +48,8 @@ import const
# Constants
#
#-------------------------------------------------------------------------
_gramps_png = "%s/gramps.png" % const.rootDir
_splash_jpg = "%s/splash.jpg" % const.rootDir
_gramps_png = "%s/images/gramps.png" % const.rootDir
_splash_jpg = "%s/images/splash.jpg" % const.rootDir
_format = '<span weight="bold" size="xx-large">%s</span>'
#-------------------------------------------------------------------------