diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-09 13:27:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-09 13:27:58 +0800 |
commit | 5a6dd4803e8c7386f2d6f4f8bbef977e42b26761 (patch) | |
tree | 29acf00fe3a85abf8935858915304f12ff2b31d4 /shell | |
parent | 0b5dd5d2edb22ee196c41c27537906835295ca4d (diff) | |
download | gsoc2013-evolution-5a6dd4803e8c7386f2d6f4f8bbef977e42b26761.tar gsoc2013-evolution-5a6dd4803e8c7386f2d6f4f8bbef977e42b26761.tar.gz gsoc2013-evolution-5a6dd4803e8c7386f2d6f4f8bbef977e42b26761.tar.bz2 gsoc2013-evolution-5a6dd4803e8c7386f2d6f4f8bbef977e42b26761.tar.lz gsoc2013-evolution-5a6dd4803e8c7386f2d6f4f8bbef977e42b26761.tar.xz gsoc2013-evolution-5a6dd4803e8c7386f2d6f4f8bbef977e42b26761.tar.zst gsoc2013-evolution-5a6dd4803e8c7386f2d6f4f8bbef977e42b26761.zip |
Add a placeholder for the print items in the "File" menu.
svn path=/trunk/; revision=4632
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-view-menu.c | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f14f761ae2..ccb32b41a6 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2000-08-09 Ettore Perazzoli <ettore@helixcode.com> + + * e-shell-view-menu.c (menu_create_file_new): Create a placeholder + for the print items. + 2000-08-08 Dan Winship <danw@helixcode.com> * e-setup.c (e_setup): Check for ~/evolution/shortcuts.xml in diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 996697d023..6488320e5a 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -455,6 +455,8 @@ menu_create_file (BonoboUIHandler *uih, 0, 0, command_create_folder, data); + bonobo_ui_handler_menu_new_placeholder (uih, "/File/<Print Placeholder>"); + bonobo_ui_handler_menu_new_separator (uih, "/File/Separator2", -1); bonobo_ui_handler_menu_new_item (uih, "/File/Exit", |