diff options
Diffstat (limited to 'apps/plugins/viewer.c')
| -rw-r--r-- | apps/plugins/viewer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index 3fb0856..ab93200 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -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) */ |