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.tar.gz
rockbox-f830e3827ff542ffb504aa1983ac394d536ca141.zip
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 720e2b8291..0a07e0a8ca 100644
--- a/uisimulator/x11/screenhack.c
+++ b/uisimulator/x11/screenhack.c
@@ -365,6 +365,7 @@ int main (int argc, char **argv)
365 Boolean dont_clear /*, dont_map */; 365 Boolean dont_clear /*, dont_map */;
366 char version[255]; 366 char version[255];
367 367
368 sprintf(version,"rockboxui %s",ROCKBOXUI_VERSION);
368#ifdef XLOCKMORE 369#ifdef XLOCKMORE
369 pre_merge_options (); 370 pre_merge_options ();
370#endif 371#endif