forked from len0rd/rockbox
Minor updates for compilation against 2.8.0. Cosmetic changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11758 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5003669541
commit
f938d8cc34
5 changed files with 50 additions and 30 deletions
|
|
@ -24,20 +24,17 @@
|
|||
#define RBUTIL_FULLNAME "The Rockbox Utility"
|
||||
#define RBUTIL_VERSION "Version 0.2.1.0"
|
||||
|
||||
static char* rbutil_developers[] = {
|
||||
static const char* rbutil_developers[] = {
|
||||
"Christi Alice Scarborough",
|
||||
"Dave Chapman"
|
||||
"Dave Chapman",
|
||||
""
|
||||
};
|
||||
|
||||
//static char* rbutil_translators[] = (
|
||||
// ""
|
||||
//);
|
||||
|
||||
#define RBUTIL_WEBSITE "http://www.rockbox.org/"
|
||||
#define RBUTIL_COPYRIGHT "(C) 2005-6 The Rockbox Team - " \
|
||||
#define RBUTIL_COPYRIGHT "(C) 2005-6 The Rockbox Team\n" \
|
||||
"released under the GNU Public License v2"
|
||||
#define RBUTIL_DESCRIPTION "Utility for performing housekeepng tasks for" \
|
||||
"the Rockbox open\nsource digital audio player firmware."
|
||||
#define RBUTIL_DESCRIPTION "Installer and housekeeping utility for " \
|
||||
"the Rockbox open source digital audio player firmware."
|
||||
|
||||
|
||||
class AboutDlg: public wxDialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue