Search
lxdream.org :: lxdream/src/gui/interface.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gui/interface.c
changeset 296:1aa1c5ba59fd
prev180:e6dcf9b65658
author nkeynes
date Sat Jan 27 12:03:53 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Start working towards more thorough interlaced support
file annotate diff log raw
1.1 --- a/src/gui/interface.c Sun Jul 02 04:59:00 2006 +0000
1.2 +++ b/src/gui/interface.c Sat Jan 27 12:03:53 2007 +0000
1.3 @@ -32,6 +32,13 @@
1.4 GNOMEUIINFO_MENU_OPEN_ITEM (on_open1_activate, NULL),
1.5 GNOMEUIINFO_MENU_SAVE_ITEM (on_save1_activate, NULL),
1.6 GNOMEUIINFO_MENU_SAVE_AS_ITEM (on_save_as1_activate, NULL),
1.7 + {
1.8 + GNOME_APP_UI_ITEM, N_("Save next scene..."),
1.9 + NULL,
1.10 + (gpointer) on_save_next_scene_activate, NULL, NULL,
1.11 + GNOME_APP_PIXMAP_NONE, NULL,
1.12 + 0, (GdkModifierType) 0, NULL
1.13 + },
1.14 GNOMEUIINFO_SEPARATOR,
1.15 GNOMEUIINFO_MENU_EXIT_ITEM (on_exit1_activate, NULL),
1.16 GNOMEUIINFO_END
.