diff options
author | Milan Crha <mcrha@redhat.com> | 2014-02-13 03:45:53 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2014-02-13 03:47:07 +0800 |
commit | b48e21d9aa7eb16e559739b71b9d08f90dfa92be (patch) | |
tree | 22244f22b235b1dfc80bbc50c7e2ab8eecb91cdf /modules/calendar/e-cal-shell-view-taskpad.c | |
parent | 4bdbb71da69076287ffbb781109aa5687026349c (diff) | |
download | gsoc2013-evolution-b48e21d9aa7eb16e559739b71b9d08f90dfa92be.tar gsoc2013-evolution-b48e21d9aa7eb16e559739b71b9d08f90dfa92be.tar.gz gsoc2013-evolution-b48e21d9aa7eb16e559739b71b9d08f90dfa92be.tar.bz2 gsoc2013-evolution-b48e21d9aa7eb16e559739b71b9d08f90dfa92be.tar.lz gsoc2013-evolution-b48e21d9aa7eb16e559739b71b9d08f90dfa92be.tar.xz gsoc2013-evolution-b48e21d9aa7eb16e559739b71b9d08f90dfa92be.tar.zst gsoc2013-evolution-b48e21d9aa7eb16e559739b71b9d08f90dfa92be.zip |
Stop using deprecated gtk-stock items
Diffstat (limited to 'modules/calendar/e-cal-shell-view-taskpad.c')
-rw-r--r-- | modules/calendar/e-cal-shell-view-taskpad.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/calendar/e-cal-shell-view-taskpad.c b/modules/calendar/e-cal-shell-view-taskpad.c index d5c8b21a43..6b881bb39b 100644 --- a/modules/calendar/e-cal-shell-view-taskpad.c +++ b/modules/calendar/e-cal-shell-view-taskpad.c @@ -361,7 +361,7 @@ static GtkActionEntry calendar_taskpad_entries[] = { G_CALLBACK (action_calendar_taskpad_new_cb) }, { "calendar-taskpad-open", - GTK_STOCK_OPEN, + "document-open", N_("_Open Task"), NULL, N_("View the selected task"), @@ -378,8 +378,8 @@ static GtkActionEntry calendar_taskpad_entries[] = { static GtkActionEntry lockdown_printing_entries[] = { { "calendar-taskpad-print", - GTK_STOCK_PRINT, - NULL, + "document-print", + N_("Print..."), NULL, N_("Print the selected task"), G_CALLBACK (action_calendar_taskpad_print_cb) } @@ -388,7 +388,7 @@ static GtkActionEntry lockdown_printing_entries[] = { static GtkActionEntry lockdown_save_to_disk_entries[] = { { "calendar-taskpad-save-as", - GTK_STOCK_SAVE_AS, + "document-save-as", N_("_Save as iCalendar..."), NULL, NULL, /* XXX Add a tooltip! */ |