GNOME Bugzilla – Bug 335109
Errors in use of ellipsis (...) in menu items
Last modified: 2006-03-27 00:48:35 UTC
Version 2.13.2, Ubuntu 5.10 Two eog menu items do not follow the HIG guidelines on using ellipses <http://developer.gnome.org/projects/gup/hig/2.0/menus-design.html#menu-item-type-command>. * "Save As..." does not have an ellipsis and should. The usual goal when selecting this item is saving the file with a different name and/or location, and that does not happen without further input. * "Print..." does not have an ellipsis and should. The usual goal when selecting this item is printing the image, and that does not happen without further input.
Fixed in HEAD. Thanks! 2006-03-26 Lucas Rocha <lucasr@gnome.org> * shell/eog-window.c: add ellipsis to "Save As" and "Print" menu items to be HIG compliant.