French translation update by Mustapha Senhaji.
[Rockbox.git] / rbutil / credits.h
blob39f8389621e76f9d1a2d221d4f277d2a50da6ee3
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * Module: rbutil
9 * File: credits.h
11 * Copyright (C) 2006 Christi Alice Scarborough
13 * All files in this archive are subject to the GNU General Public License.
14 * See the file COPYING in the source tree root for full license agreement.
16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
17 * KIND, either express or implied.
19 ****************************************************************************/
21 #ifndef CREDITS_H_INCLUDED
22 #define CREDITS_H_INCLUDED
24 #define RBUTIL_FULLNAME "The Rockbox Utility"
25 #define RBUTIL_VERSION "Version 0.2.1.1"
27 static const char* rbutil_developers[] = {
28 "Christi Alice Scarborough",
29 "Dave Chapman",
30 "Dominik Wenger",
34 #define RBUTIL_WEBSITE "http://www.rockbox.org/"
35 #define RBUTIL_COPYRIGHT "(C) 2005-6 The Rockbox Team\n" \
36 "released under the GNU Public License v2"
37 #define RBUTIL_DESCRIPTION "Installer and housekeeping utility for " \
38 "the Rockbox open source digital audio player firmware."
41 class AboutDlg: public wxDialog
43 public:
44 AboutDlg(rbutilFrm *parent);
45 ~AboutDlg();
48 #include <wx/hyperlink.h>
50 #endif // CREDITS_H_INCLUDED