forked from len0rd/rockbox
the viewer lives in the viewer dir so save settings and bookmarks there, as
FS#7638 points out git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14413 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
04855d1aa6
commit
c9ee05280c
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
|||
|
||||
PLUGIN_HEADER
|
||||
|
||||
#define SETTINGS_FILE PLUGIN_APPS_DIR "/viewer.dat" /* binary file, so dont use .cfg */
|
||||
#define BOOKMARKS_FILE PLUGIN_APPS_DIR "/viewer_bookmarks.dat"
|
||||
#define SETTINGS_FILE VIEWERS_DIR "/viewer.dat" /* binary file, so dont use .cfg */
|
||||
#define BOOKMARKS_FILE VIEWERS_DIR "/viewer_bookmarks.dat"
|
||||
|
||||
#define WRAP_TRIM 44 /* Max number of spaces to trim (arbitrary) */
|
||||
#define MAX_COLUMNS 64 /* Max displayable string len (over-estimate) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue