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 317137 - Incorrect label for close all dialog
Incorrect label for close all dialog
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal trivial
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-09-25 00:51 UTC by Sylvain FORET
Modified: 2005-09-25 13:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
very easy fix (721 bytes, patch)
2005-09-25 00:53 UTC, Sylvain FORET
none Details | Review

Description Sylvain FORET 2005-09-25 00:51:26 UTC
Open or create an image.
make sure the image is dirty.
File->close all
Comment 1 Sylvain FORET 2005-09-25 00:53:03 UTC
Created attachment 52611 [details] [review]
very easy fix

I missed this label when adding the closeall capability to the quit dialog.
ARGHHH
Comment 2 Michael Natterer 2005-09-25 10:12:07 UTC
Thanks. Fixed in CVS:

2005-09-25  Michael Natterer  <mitch@gimp.org>

	* app/dialogs/quit-dialog.c (quit_close_all_dialog_new): another
	patch from Sylvain Foret that fixes the dialog title for the close
	all dialog. Fixes bug #317137. Also pass the right help IDs to
	gimp_message_dialog_new().