aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/main.c')
-rw-r--r--calendar/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/main.c b/calendar/main.c
index b8e3f2fb9e..d499992b1c 100644
--- a/calendar/main.c
+++ b/calendar/main.c
@@ -208,13 +208,13 @@ GnomeUIInfo gnome_cal_menu [] = {
};
GnomeUIInfo gnome_toolbar [] = {
- { GNOME_APP_UI_ITEM, N_("Prev"), N_("Previous"), previous_clicked, 0, 0,
+ { GNOME_APP_UI_ITEM, N_("Prev"), NULL, previous_clicked, 0, 0,
GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_BACK },
- { GNOME_APP_UI_ITEM, N_("Today"), N_("Today"), today_clicked, 0, 0,
+ { GNOME_APP_UI_ITEM, N_("Today"), NULL, today_clicked, 0, 0,
GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_BACK },
- { GNOME_APP_UI_ITEM, N_("Next"), N_("Next"), next_clicked, 0, 0,
+ { GNOME_APP_UI_ITEM, N_("Next"), NULL, next_clicked, 0, 0,
GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_FORWARD },
GNOMEUIINFO_END
left'>Commit message (Expand)AuthorAgeFilesLines * Welcome to the new linux ports infrastructure which allows usingbsam2009-03-201-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-5/+5 * add SHA256 checksumedwin2006-06-071-0/+2 * Stop forcing people to download the distfile from the vendor's web-site.mi2006-01-311-11/+3 * Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-181-4/+5 * Respect the user's USE_LINUX setting.trevor2005-03-021-1/+0 * Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-011-0/+3 * Clear moonlight beckons.ade2003-03-072-1/+1 * USE_LINUX rather than explicitly listing the dependency.obrien2002-05-30