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 335109 - Errors in use of ellipsis (...) in menu items
Errors in use of ellipsis (...) in menu items
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.13.x
Other Linux
: Normal minor
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-19 12:00 UTC by Matthew Paul Thomas (mpt)
Modified: 2006-03-27 00:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthew Paul Thomas (mpt) 2006-03-19 12:00:54 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.
Comment 1 Lucas Rocha 2006-03-27 00:48:35 UTC
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.