Mercurial > geeqie
changeset 317:46169c246c51
Make thumbnail standard fail directory after current application
name and version.
author | zas_ |
---|---|
date | Fri, 11 Apr 2008 20:35:37 +0000 |
parents | 2ebd0d9145cf |
children | b16b9b8979e5 |
files | src/thumb_standard.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/thumb_standard.h Fri Apr 11 20:01:29 2008 +0000 +++ b/src/thumb_standard.h Fri Apr 11 20:35:37 2008 +0000 @@ -18,7 +18,7 @@ #define THUMB_FOLDER_LOCAL ".thumblocal" #define THUMB_FOLDER_NORMAL "normal" #define THUMB_FOLDER_LARGE "large" -#define THUMB_FOLDER_FAIL "fail/gqview-1.0" +#define THUMB_FOLDER_FAIL "fail/" GQ_APPNAME_LC "-" VERSION #define THUMB_NAME_EXTENSION ".png"