fixed typo in last commit.

This commit is contained in:
Michael Natterer 2004-06-14 14:41:45 +00:00
parent 179c709509
commit 8988b85ba3
1 changed files with 6 additions and 6 deletions

View File

@ -313,7 +313,7 @@ gimp_action_group_add_actions (GimpActionGroup *group,
group->user_data);
#ifdef __GNUC__
#warning FIXME: remove this has as soon as we depend on GTK+ 2.4.3
#warning FIXME: remove this hack as soon as we depend on GTK+ 2.4.3
#endif
if (entries[i].accelerator && ! entries[i].accelerator[0] &&
gtk_check_version (2, 4, 3))
@ -362,7 +362,7 @@ gimp_action_group_add_toggle_actions (GimpActionGroup *group,
group->user_data);
#ifdef __GNUC__
#warning FIXME: remove this has as soon as we depend on GTK+ 2.4.3
#warning FIXME: remove this hack as soon as we depend on GTK+ 2.4.3
#endif
if (entries[i].accelerator && ! entries[i].accelerator[0] &&
gtk_check_version (2, 4, 3))
@ -418,7 +418,7 @@ gimp_action_group_add_radio_actions (GimpActionGroup *group,
gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), TRUE);
#ifdef __GNUC__
#warning FIXME: remove this has as soon as we depend on GTK+ 2.4.3
#warning FIXME: remove this hack as soon as we depend on GTK+ 2.4.3
#endif
if (entries[i].accelerator && ! entries[i].accelerator[0] &&
gtk_check_version (2, 4, 3))
@ -472,7 +472,7 @@ gimp_action_group_add_enum_actions (GimpActionGroup *group,
group->user_data);
#ifdef __GNUC__
#warning FIXME: remove this has as soon as we depend on GTK+ 2.4.3
#warning FIXME: remove this hack as soon as we depend on GTK+ 2.4.3
#endif
if (entries[i].accelerator && ! entries[i].accelerator[0] &&
gtk_check_version (2, 4, 3))
@ -521,7 +521,7 @@ gimp_action_group_add_string_actions (GimpActionGroup *group,
group->user_data);
#ifdef __GNUC__
#warning FIXME: remove this has as soon as we depend on GTK+ 2.4.3
#warning FIXME: remove this hack as soon as we depend on GTK+ 2.4.3
#endif
if (entries[i].accelerator && ! entries[i].accelerator[0] &&
gtk_check_version (2, 4, 3))
@ -567,7 +567,7 @@ gimp_action_group_add_plug_in_actions (GimpActionGroup *group,
group->user_data);
#ifdef __GNUC__
#warning FIXME: remove this has as soon as we depend on GTK+ 2.4.3
#warning FIXME: remove this hack as soon as we depend on GTK+ 2.4.3
#endif
if (entries[i].accelerator && ! entries[i].accelerator[0] &&
gtk_check_version (2, 4, 3))