* 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:
Benny Malengier
2007-09-06 18:25:30 +00:00
parent afef83a33a
commit 2ea3c4d5a1
5 changed files with 596 additions and 1 deletions

View File

@@ -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),