* src/Report.py (GrampsStyleComboBox): Use non-translated style name.
svn: r4423
This commit is contained in:
parent
1a3160380d
commit
5a1fb9bddf
@ -23,6 +23,8 @@
|
|||||||
* src/EditSource.py (button_press): Proper invokation of editors.
|
* src/EditSource.py (button_press): Proper invokation of editors.
|
||||||
* src/ImageSelect.py: Remove workarounds for window management.
|
* src/ImageSelect.py: Remove workarounds for window management.
|
||||||
|
|
||||||
|
* src/Report.py (GrampsStyleComboBox): Use non-translated style name.
|
||||||
|
|
||||||
2005-04-23 Julio Sanchez <jsanchez@users.sourceforge.net>
|
2005-04-23 Julio Sanchez <jsanchez@users.sourceforge.net>
|
||||||
* src/po/es.po: Nearly complete update, but completely untested
|
* src/po/es.po: Nearly complete update, but completely untested
|
||||||
|
|
||||||
|
@ -169,6 +169,8 @@ class GrampsStyleComboBox(gtk.ComboBox):
|
|||||||
if active < 0:
|
if active < 0:
|
||||||
return None
|
return None
|
||||||
key = self.store[active][0]
|
key = self.store[active][0]
|
||||||
|
if key == _('default'):
|
||||||
|
key = "default"
|
||||||
return (key,self.style_map[key])
|
return (key,self.style_map[key])
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user