From 2eda46ed24d5c22dd895d3eebd8af931be4fefdc Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 27 Feb 2009 19:44:45 +0100 Subject: Merge cgg-config.h --- src/cgg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cgg.c') 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 -#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); -- cgit v1.2.3