From f830e3827ff542ffb504aa1983ac394d536ca141 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 6 May 2002 16:10:22 +0000 Subject: fixed title string in x11 window git-svn-id: svn://svn.rockbox.org/rockbox/trunk@480 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/screenhack.c | 1 + 1 file changed, 1 insertion(+) (limited to 'uisimulator') 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) Boolean dont_clear /*, dont_map */; char version[255]; + sprintf(version,"rockboxui %s",ROCKBOXUI_VERSION); #ifdef XLOCKMORE pre_merge_options (); #endif -- cgit v1.2.3