diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1998-01-27 01:38:57 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-01-27 01:38:57 +0800 |
commit | 6132809ef00fc9c59746d158865b384cdb160be0 (patch) | |
tree | 96d2e3d5dfec8f407abe86c373f71bcc3cc72b4c | |
parent | 50024475d9f65308fcff65d5c68c3bdc95ef4dd1 (diff) | |
download | gsoc2013-evolution-6132809ef00fc9c59746d158865b384cdb160be0.tar gsoc2013-evolution-6132809ef00fc9c59746d158865b384cdb160be0.tar.gz gsoc2013-evolution-6132809ef00fc9c59746d158865b384cdb160be0.tar.bz2 gsoc2013-evolution-6132809ef00fc9c59746d158865b384cdb160be0.tar.lz gsoc2013-evolution-6132809ef00fc9c59746d158865b384cdb160be0.tar.xz gsoc2013-evolution-6132809ef00fc9c59746d158865b384cdb160be0.tar.zst gsoc2013-evolution-6132809ef00fc9c59746d158865b384cdb160be0.zip |
Replace "Quit" for "Exit" in all those programs.ROSALIA_BEFORE_COMMITTING_DL_AND_GNOME_HELLO
Sun Jan 25 23:38:30 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* 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
-rw-r--r-- | calendar/menus.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { - {"<Main>/File/Quit", "<control>Q", menu_file_quit, NULL}, + {"<Main>/File/Exit", "<control>Q", menu_file_quit, NULL}, {"<Main>/Help/About", NULL, menu_help_about, NULL}, }; |