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 339235 - Ellipsis for Edit->Find
Ellipsis for Edit->Find
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-20 23:03 UTC by Wouter Bolsterlee (uws)
Modified: 2006-04-21 15:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wouter Bolsterlee (uws) 2006-04-20 23:03:24 UTC
The GNOME HIG (Chapter 4. Menus, Designing a Menu, Types of
menu item, Guidelines) states:

> Label the menu item with a trailing ellipsis ("...") only
> if the command requires further input from the user before
> it can be performed. Do not add an ellipsis to items that
> only present a confirmation dialog (such as Delete), or
> that do not require further input (such as Properties,
> Preferences or About).

The Edit->Find menu item does not have ... at the end of the
string. Mind if I commit a patch that fixes this?

(Btw, Epiphany does this correctly)
Comment 1 Nickolay V. Shmyrev 2006-04-21 14:52:23 UTC
Please do
Comment 2 Wouter Bolsterlee (uws) 2006-04-21 15:07:18 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.

2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>

        * shell/ev-window.c: Add ellipsis to the Find... menu item, as
        dictated by the GNOME HIG. Fixes bug #339235.