? apps/commands.c ? apps/commands.h ? apps/key_scheme.c ? apps/key_scheme.h ? apps/recorder/spliteditor.c ? apps/recorder/spliteditor.h Index: apps/main_menu.c =================================================================== RCS file: /cvsroot/rockbox/apps/main_menu.c,v retrieving revision 1.63 diff -u -b -r1.63 main_menu.c --- apps/main_menu.c 24 Sep 2002 18:04:12 -0000 1.63 +++ apps/main_menu.c 2 Oct 2002 20:54:29 -0000 @@ -43,6 +43,7 @@ #ifdef HAVE_LCD_BITMAP #include "bmp.h" #include "icons.h" +#include "spliteditor.h" #ifdef USE_GAMES #include "games_menu.h" @@ -202,6 +203,11 @@ return false; } +bool split_editor_caller (void) { + split_editor_main(); + return false; +} + bool main_menu(void) { int m; @@ -209,6 +215,7 @@ /* main menu */ struct menu_items items[] = { + { "split editor", split_editor_caller }, { str(LANG_SOUND_SETTINGS), sound_menu }, { str(LANG_GENERAL_SETTINGS), settings_menu }, #ifdef HAVE_LCD_BITMAP