After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 599765 - F1 key on gimp-tool-align in menu have wrong link and it open gimp-tool-move
F1 key on gimp-tool-align in menu have wrong link and it open gimp-tool-move
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Help
2.6.7
Other All
: Normal normal
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2009-10-27 13:51 UTC by gacek56
Modified: 2009-10-27 18:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gacek56 2009-10-27 13:51:53 UTC
Press F1 key on gimp-tool-align in the top menu.
It should open help of gimp-tool-align in the internet..
Now the link open help about gimp-tool-move.

Tested od Win XP and Win 7
Comment 1 Michael Natterer 2009-10-27 17:49:34 UTC
Indeed, will fix right away.
Comment 2 Michael Natterer 2009-10-27 18:14:06 UTC
Fixed in both branches:

commit 4dfe94ace60acdfc88d6c36c398b0b0152d8f206
Author: Michael Natterer <mitch@gimp.org>
Date:   Tue Oct 27 18:52:47 2009 +0100

    Bug 599765 - F1 key on gimp-tool-align in menu have wrong link and it open gimp-tool-move
    
    Add help ID "gimp-tool-align" and use it for the align tool.
    (cherry picked from commit 398607ee94c11acad4676a7003d8914804d24156)

 app/tools/gimpaligntool.c  |    2 +-
 app/widgets/gimphelp-ids.h |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)