summaryrefslogtreecommitdiff
path: root/rbutil/credits.h
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2007-03-15 18:02:15 +0000
committerDominik Wenger <domonoky@googlemail.com>2007-03-15 18:02:15 +0000
commitc9cafd846fbc43fba9eb559cb86160a94f7f97a1 (patch)
tree80ca1998e0eee7176f7115026d29852bdd67a335 /rbutil/credits.h
parent410af8955f89ee5ff9498448bcc185988869bdb3 (diff)
downloadrockbox-c9cafd846fbc43fba9eb559cb86160a94f7f97a1.tar.gz
rockbox-c9cafd846fbc43fba9eb559cb86160a94f7f97a1.zip
more Unicode fixes for rutil, thanx to preglow. Also made Theme Preview window modeless
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12785 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/credits.h')
-rw-r--r--rbutil/credits.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/rbutil/credits.h b/rbutil/credits.h
index c01bb69dc5..afd506a03a 100644
--- a/rbutil/credits.h
+++ b/rbutil/credits.h
@@ -24,18 +24,18 @@
24#define RBUTIL_FULLNAME "The Rockbox Utility" 24#define RBUTIL_FULLNAME "The Rockbox Utility"
25#define RBUTIL_VERSION "Version 0.3.0.0" 25#define RBUTIL_VERSION "Version 0.3.0.0"
26 26
27static const char* rbutil_developers[] = { 27static const wxString rbutil_developers[] = {
28 "Christi Alice Scarborough", 28 wxT("Christi Alice Scarborough"),
29 "Dave Chapman", 29 wxT("Dave Chapman"),
30 "Dominik Wenger", 30 wxT("Dominik Wenger"),
31 "" 31 wxT("")
32}; 32};
33 33
34#define RBUTIL_WEBSITE "http://www.rockbox.org/" 34#define RBUTIL_WEBSITE "http://www.rockbox.org/"
35#define RBUTIL_COPYRIGHT "(C) 2005-6 The Rockbox Team\n" \ 35#define RBUTIL_COPYRIGHT wxT("(C) 2005-7 The Rockbox Team\n" \
36 "released under the GNU Public License v2" 36 "released under the GNU Public License v2")
37#define RBUTIL_DESCRIPTION "Installer and housekeeping utility for " \ 37#define RBUTIL_DESCRIPTION wxT("Installer and housekeeping utility for " \
38 "the Rockbox open source digital audio player firmware." 38 "the Rockbox open source digital audio player firmware.")
39 39
40 40
41class AboutDlg: public wxDialog 41class AboutDlg: public wxDialog