fix sqlite version display in the about dialogue
This commit is contained in:
parent
f2f433e423
commit
daafca8c2a
|
@ -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'])
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user