summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-12-31 21:25:37 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-12-31 21:25:37 +0100
commitd928fd7db816c5eb6f57f90ebefb55779aebdcc9 (patch)
tree0a4f21444d67aeef6c26637ed29c0b3ef0cf55f7 /setup.h
parentdc66e451a966e5ab320451c87ad912a741a71d4e (diff)
downloadcataract-d928fd7db816c5eb6f57f90ebefb55779aebdcc9.tar.xz
Make page titles intelligent
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index bd0c319..a90f241 100644
--- a/setup.h
+++ b/setup.h
@@ -58,6 +58,8 @@ typedef struct {
gboolean preload;
gboolean use_iptc_exif;
gboolean erase_exif_thumbnail;
+
+ char *site_title;
} TGallerySetup;