GrampsLocale: Fix missing "operating_system" value
Inadvertently deleted the creation in r21143 svn: r21197
This commit is contained in:
parent
672fd4e8f0
commit
88f3176f91
@ -315,7 +315,7 @@ def show_settings():
|
||||
print (' pycairo : %s' % pycairover_str)
|
||||
print (' osmgpsmap : %s' % osmgpsmap_str)
|
||||
print (' pyexiv2 : %s' % pyexiv2_str)
|
||||
print (' o.s. : %s' % operating_system)
|
||||
print (' o.s. : %s' % sys.platform)
|
||||
if kernel:
|
||||
print (' kernel : %s' % kernel)
|
||||
print ('')
|
||||
|
Loading…
Reference in New Issue
Block a user