fix sqlite version display in the about dialogue

This commit is contained in:
Steffen Schaumburg 2011-02-15 08:34:00 +01:00
parent f2f433e423
commit daafca8c2a

View File

@ -259,8 +259,7 @@ class fpdb:
, ('PyGTK', '.'.join([str(x) for x in gtk.pygtk_version]))
, ('matplotlib', matplotlib_version)
, ('numpy', numpy_version)
, ('sqlite3', sqlite3_version)
, ('sqlite', sqlite_version)
, ('sqlite', sqlite_version)
, ('fpdb version', VERSION)
, ('database used', self.settings['db-server'])
]