summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2002-05-06 16:10:22 +0000
committerDave Chapman <dave@dchapman.com>2002-05-06 16:10:22 +0000
commitf830e3827ff542ffb504aa1983ac394d536ca141 (patch)
treea5da8fb972e9cc069eb97d26e7ca3eb1a16bcfe4
parentca532502bd2555384480580cf56a0b4b65b90d07 (diff)
downloadrockbox-f830e3827ff542ffb504aa1983ac394d536ca141.zip
rockbox-f830e3827ff542ffb504aa1983ac394d536ca141.tar.gz
rockbox-f830e3827ff542ffb504aa1983ac394d536ca141.tar.bz2
rockbox-f830e3827ff542ffb504aa1983ac394d536ca141.tar.xz
fixed title string in x11 window
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@480 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/x11/screenhack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c
index 720e2b8..0a07e0a 100644
--- a/uisimulator/x11/screenhack.c
+++ b/uisimulator/x11/screenhack.c
@@ -365,6 +365,7 @@ int main (int argc, char **argv)
Boolean dont_clear /*, dont_map */;
char version[255];
+ sprintf(version,"rockboxui %s",ROCKBOXUI_VERSION);
#ifdef XLOCKMORE
pre_merge_options ();
#endif