[gnumeric] Avoid stock print preview.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Avoid stock print preview.
- Date: Wed, 9 Dec 2015 00:41:00 +0000 (UTC)
commit 6ff7cf38a5e85dae98962b20df89d813351b0aee
Author: Morten Welinder <terra gnome org>
Date: Tue Dec 8 19:08:50 2015 -0500
Avoid stock print preview.
src/wbc-gtk-actions.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wbc-gtk-actions.c b/src/wbc-gtk-actions.c
index 9f59bcb..3242aa9 100644
--- a/src/wbc-gtk-actions.c
+++ b/src/wbc-gtk-actions.c
@@ -2016,7 +2016,7 @@ static GtkActionEntry const permanent_actions[] = {
{ "FilePageSetup", "document-page-setup", N_("Page Set_up..."),
NULL, N_("Setup the page settings for your current printer"),
G_CALLBACK (cb_file_page_setup) },
- { "FilePrintPreview", GTK_STOCK_PRINT_PREVIEW, NULL,
+ { "FilePrintPreview", "document-print-preview", N_("Print Pre_view"),
NULL, N_("Print preview"),
G_CALLBACK (cb_file_print_preview) },
{ "FilePrint", "document-print", N_("Print"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]