updated copyright.
2007-01-12 Sven Neumann <sven@gimp.org> * app/about.h (GIMP_COPYRIGHT): updated copyright. * app/main.c: use application name as summary in the help output. svn path=/trunk/; revision=21694
This commit is contained in:

committed by
Sven Neumann

parent
20d0b45f8d
commit
c1ffb83357
@ -1,3 +1,9 @@
|
|||||||
|
2007-01-12 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* app/about.h (GIMP_COPYRIGHT): updated copyright.
|
||||||
|
|
||||||
|
* app/main.c: use application name as summary in the help output.
|
||||||
|
|
||||||
2007-01-12 Sven Neumann <sven@gimp.org>
|
2007-01-12 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/common/mail.c: use the base64 encoder from glib.
|
* plug-ins/common/mail.c: use the base64 encoder from glib.
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
_("GNU Image Manipulation Program")
|
_("GNU Image Manipulation Program")
|
||||||
|
|
||||||
#define GIMP_COPYRIGHT \
|
#define GIMP_COPYRIGHT \
|
||||||
_("Copyright © 1995-2006\n" \
|
_("Copyright © 1995-2007\n" \
|
||||||
"Spencer Kimball, Peter Mattis and the GIMP Development Team")
|
"Spencer Kimball, Peter Mattis and the GIMP Development Team")
|
||||||
|
|
||||||
#define GIMP_LICENSE \
|
#define GIMP_LICENSE \
|
||||||
|
@ -290,6 +290,8 @@ main (int argc,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
context = g_option_context_new (_("[FILE|URI...]"));
|
context = g_option_context_new (_("[FILE|URI...]"));
|
||||||
|
g_option_context_set_summary (context, GIMP_NAME);
|
||||||
|
|
||||||
g_option_context_add_main_entries (context, main_entries, GETTEXT_PACKAGE);
|
g_option_context_add_main_entries (context, main_entries, GETTEXT_PACKAGE);
|
||||||
|
|
||||||
app_libs_init (context, no_interface);
|
app_libs_init (context, no_interface);
|
||||||
|
Reference in New Issue
Block a user