#include <stddef.h>
#include "config.h"
#include "i18n.h"
#include "misc.h"
Go to the source code of this file.
Functions | |
void | get_audacious_credits (const char **brief, const char *const **credits, const char *const **translators) |
Variables | |
static const char * | audacious_brief |
static const char *const | credit_text [] |
static const char *const | translators_text [] |
void get_audacious_credits | ( | const char ** | brief, | |
const char *const ** | credits, | |||
const char *const ** | translators | |||
) |
const char* audacious_brief [static] |
"<big><b>Audacious %s</b></big>\n" "Copyright (C) 2005-2012 Audacious Team"
Definition at line 32 of file credits.c.
Referenced by get_audacious_credits().
const char* const credit_text[] [static] |
Definition at line 36 of file credits.c.
Referenced by get_audacious_credits().
const char* const translators_text[] [static] |
Definition at line 184 of file credits.c.
Referenced by get_audacious_credits().