summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index 22dfad6cce..07751c2d4c 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -198,14 +198,8 @@ bool bookmark_autobookmark(bool prompt_ok)
198 case BOOKMARK_RECENT_ONLY_YES: 198 case BOOKMARK_RECENT_ONLY_YES:
199 return write_bookmark(false, bookmark); 199 return write_bookmark(false, bookmark);
200 } 200 }
201#ifdef HAVE_LCD_BITMAP
202 const char *lines[]={ID2P(LANG_AUTO_BOOKMARK_QUERY)}; 201 const char *lines[]={ID2P(LANG_AUTO_BOOKMARK_QUERY)};
203 const struct text_message message={lines, 1}; 202 const struct text_message message={lines, 1};
204#else
205 const char *lines[]={ID2P(LANG_AUTO_BOOKMARK_QUERY),
206 str(LANG_CONFIRM_WITH_BUTTON)};
207 const struct text_message message={lines, 2};
208#endif
209 203
210 if(prompt_ok && gui_syncyesno_run(&message, NULL, NULL)==YESNO_YES) 204 if(prompt_ok && gui_syncyesno_run(&message, NULL, NULL)==YESNO_YES)
211 { 205 {