diff options
author | Nickolay V. Shmyrev <nshmyrev@src.gnome.org> | 2005-08-11 21:52:17 (GMT) |
---|---|---|
committer | Nickolay V. Shmyrev <nshmyrev@src.gnome.org> | 2005-08-11 21:52:17 (GMT) |
commit | 6c21f2dcc572eff498f1aa1ac62f5ee296d3a266 (patch) | |
tree | 3e2665bd0b709218702cb332b79a8309d13fc89e | |
parent | 89e2b545e76b82cb35715b7da470f87638e6241c (diff) |
Hide menu entry and rename it to "Document Viewer". Fix for bug #312399.
* data/evince.desktop.in.in: Hide menu entry and
rename it to "Document Viewer". Fix for bug
#312399.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/evince.desktop.in.in | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2005-08-11 Bryan Clark <clarkbw@cvs.gnome.org> + + * data/evince.desktop.in.in: Hide menu entry and + rename it to "Document Viewer". Fix for bug + #312399. + 2005-08-11 Crispin Flowerday <gnome@flowerday.cx> * shell/ev-page-action.c (ev_page_action_class_init): diff --git a/data/evince.desktop.in.in b/data/evince.desktop.in.in index c7e1573..5ba515f 100644 --- a/data/evince.desktop.in.in +++ b/data/evince.desktop.in.in @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -_Name=Evince Document Viewer +_Name=Document Viewer _GenericName=Document Viewer _Comment=View multipage documents TryExec=evince @@ -9,6 +9,7 @@ StartupNotify=true Terminal=false Type=Application Icon=postscript-viewer.png +NoDisplay=true X-GNOME-DocPath= X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=evince |