summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index 3fb0856db1..ab93200963 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -24,8 +24,8 @@
24 24
25PLUGIN_HEADER 25PLUGIN_HEADER
26 26
27#define SETTINGS_FILE PLUGIN_APPS_DIR "/viewer.dat" /* binary file, so dont use .cfg */ 27#define SETTINGS_FILE VIEWERS_DIR "/viewer.dat" /* binary file, so dont use .cfg */
28#define BOOKMARKS_FILE PLUGIN_APPS_DIR "/viewer_bookmarks.dat" 28#define BOOKMARKS_FILE VIEWERS_DIR "/viewer_bookmarks.dat"
29 29
30#define WRAP_TRIM 44 /* Max number of spaces to trim (arbitrary) */ 30#define WRAP_TRIM 44 /* Max number of spaces to trim (arbitrary) */
31#define MAX_COLUMNS 64 /* Max displayable string len (over-estimate) */ 31#define MAX_COLUMNS 64 /* Max displayable string len (over-estimate) */