set GIMP_CONTEXT_FONT_MASK. Fixes bug #133067.

2004-02-10  Sven Neumann  <sven@gimp.org>

	* app/tools/gimptexttool.c (gimp_text_tool_register): set
	GIMP_CONTEXT_FONT_MASK. Fixes bug #133067.
This commit is contained in:
Sven Neumann 2004-02-10 02:15:41 +00:00 committed by Sven Neumann
parent 727aaf8c1f
commit 4005559c72
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-02-10 Sven Neumann <sven@gimp.org>
* app/tools/gimptexttool.c (gimp_text_tool_register): set
GIMP_CONTEXT_FONT_MASK. Fixes bug #133067.
2004-02-09 Simon Budig <simon@gimp.org>
* plug-ins/script-fu/scripts/add-bevel.scm: Fixed Undo

View File

@ -108,7 +108,7 @@ gimp_text_tool_register (GimpToolRegisterCallback callback,
(* callback) (GIMP_TYPE_TEXT_TOOL,
GIMP_TYPE_TEXT_OPTIONS,
gimp_text_options_gui,
0,
GIMP_CONTEXT_FONT_MASK,
"gimp-text-tool",
_("Text"),
_("Add text to the image"),