Re: PATCH: foobar clock widget



> +	const char *cals[] = { 
> +		N_("Today..."),      N_("View the calendar for today."),     
> "gnome-day.png",   "dayview",
> +		N_("This Week..."),  N_("View the calendar for this week."), 
> "gnome-week.png",  "weekview",
> +		N_("This Month..."), N_("View the calendar for this month."),
> "gnome-month.png", "monthview",
> +		NULL
> +	};

... isn't needed here, because the menu item represents "view this
(day,week,etc)" and by clicking on the item, thats what happens. After
you click it, you don't need to do anything else to view this
day,week,etc.

iain




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]