From 6132809ef00fc9c59746d158865b384cdb160be0 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 26 Jan 1998 17:38:57 +0000 Subject: Replace "Quit" for "Exit" in all those programs. Sun Jan 25 23:38:30 1998 Miguel de Icaza * gemvt/gvtmain.c, gmix/gmix.c, gncal/menus.c, gnomine/gnomine.c, gtop/main.c, same-gnome/same-gnome.c, scottfree/GnomeScott.c: Replace "Quit" for "Exit" in all those programs. svn path=/trunk/; revision=5 --- calendar/menus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/menus.c') diff --git a/calendar/menus.c b/calendar/menus.c index 1353f5b495..c42a52a981 100644 --- a/calendar/menus.c +++ b/calendar/menus.c @@ -22,7 +22,7 @@ void menus_create(GtkMenuEntry * entries, int nmenu_entries); static GtkMenuEntry menu_items[] = { - {"
/File/Quit", "Q", menu_file_quit, NULL}, + {"
/File/Exit", "Q", menu_file_quit, NULL}, {"
/Help/About", NULL, menu_help_about, NULL}, }; -- cgit v1.2.3