Show maintainers after creators in About-dialog

It makes sense to show maintainers after creators in the About-dialog,
do that.
This commit is contained in:
Martin Nordholts
2011-01-27 18:48:30 +01:00
parent 285a42eef3
commit ab5bd03a9c
3 changed files with 20 additions and 4 deletions

View File

@ -41,8 +41,11 @@
#include "gimp-intl.h"
/* The first authors are the creators, don't shuffle them */
#define START_INDEX (G_N_ELEMENTS (creators) - 1 /*NULL*/)
/* The first authors are the creators and maintainers, don't shuffle
* them
*/
#define START_INDEX (G_N_ELEMENTS (creators) - 1 /*NULL*/ + \
G_N_ELEMENTS (maintainers) - 1 /*NULL*/)
typedef struct