2007-09-06 Benny Malengier <benny.malengier@gramps-project.org>
* src/images/48x48/gramps-font.png: * src/images/scalable/gramps-font.png: * src/MarkupText.py: * src/gramps_main.py: GUI consistency. Use a font icon like background and foreground instead of the gtk font select icon. Old request of Zsolt. svn: r8932
This commit is contained in:
@@ -494,7 +494,7 @@ class MarkupBuffer(gtk.TextBuffer):
|
||||
self.toggle_actions = [action[0] for action in format_toggle_actions]
|
||||
|
||||
format_actions = [
|
||||
('font', gtk.STOCK_SELECT_FONT, None, None,
|
||||
('font', 'gramps-font', None, None,
|
||||
_('Font'), self.on_action_activate),
|
||||
('foreground', 'gramps-font-color', None, None,
|
||||
_('Font Color'), self.on_action_activate),
|
||||
|
||||
Reference in New Issue
Block a user