summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/bookmark.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index 97a8e648e1..48afc8d36e 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -902,8 +902,6 @@ static int select_bookmark(const char* bookmark_file_name,
902 902
903 if(global_settings.talk_menu) 903 if(global_settings.talk_menu)
904 gui_synclist_set_voice_callback(&list, bookmark_list_voice_cb); 904 gui_synclist_set_voice_callback(&list, bookmark_list_voice_cb);
905 gui_synclist_set_title(&list, str(LANG_BOOKMARK_SELECT_BOOKMARK),
906 Icon_Bookmark);
907 905
908 while (!exit) 906 while (!exit)
909 { 907 {