From 417221b6bf17ac652b41c079bfcb91fe9d7d825e Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 29 Aug 2003 11:19:45 +0000 Subject: [PATCH] move the mnemonic from the old font selection widget to the new one. The 2003-08-29 Sven Neumann * app/tools/gimptextoptions.c (gimp_text_options_gui): move the mnemonic from the old font selection widget to the new one. The old one will die soon. Fixes bug #120963. --- ChangeLog | 6 ++++++ app/tools/gimptextoptions.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c6b9401ff..0fb3134a3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-08-29 Sven Neumann + + * app/tools/gimptextoptions.c (gimp_text_options_gui): move the + mnemonic from the old font selection widget to the new one. The + old one will die soon. Fixes bug #120963. + 2003-08-29 Sven Neumann * configure.in: removed be (Belarusian) from ALL_LINGUAS until all diff --git a/app/tools/gimptextoptions.c b/app/tools/gimptextoptions.c index e27123a077..d901aa33c7 100644 --- a/app/tools/gimptextoptions.c +++ b/app/tools/gimptextoptions.c @@ -268,12 +268,12 @@ gimp_text_options_gui (GimpToolOptions *tool_options) _("Open the font selection dialog")); gimp_table_attach_aligned (GTK_TABLE (table), 0, 0, - _("Font:"), 1.0, 0.5, + _("_Font:"), 1.0, 0.5, button, 2, TRUE); font_selection = gimp_prop_font_selection_new (config, "font"); gimp_table_attach_aligned (GTK_TABLE (table), 0, 1, - _("_Font:"), 1.0, 0.5, + _("Font:"), 1.0, 0.5, font_selection, 2, FALSE); digits = gimp_unit_get_digits (options->text->font_size_unit); -- GitLab