summaryrefslogtreecommitdiff
path: root/src/cgg.c
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-02-27 19:44:45 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-02-27 19:44:45 +0100
commit2eda46ed24d5c22dd895d3eebd8af931be4fefdc (patch)
tree0b6752f5664e94a42a95e191db02f9de4e9a1663 /src/cgg.c
parenta60968deda3e541b84535616944cd2165c51a568 (diff)
downloadcataract-2eda46ed24d5c22dd895d3eebd8af931be4fefdc.tar.xz
Merge cgg-config.h
Diffstat (limited to 'src/cgg.c')
-rw-r--r--src/cgg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cgg.c b/src/cgg.c
index 042e114..ea48d52 100644
--- a/src/cgg.c
+++ b/src/cgg.c
@@ -27,7 +27,6 @@
#include <config.h>
-#include "cgg-config.h"
#include "setup.h"
#include "generators.h"
@@ -61,7 +60,7 @@ parse_cmd (int argc, char* argv[], char **source_dir, char **dst_dir, gboolean *
g_set_prgname ("cgg");
context = g_option_context_new ("- web gallery generator");
- s1 = g_strdup_printf ("cgg v%s [%s] Copyright (c) %s Tomas Bzatek", VERSION, APP_BUILD_DATE, APP_COPYRIGHT_DATE);
+ s1 = g_strdup_printf ("cgg v%s [%s] %s", VERSION, APP_BUILD_DATE, APP_COPYRIGHT_STRING);
g_option_context_set_summary (context, s1);
g_free (s1);
g_option_context_add_main_entries (context, entries, NULL);