From e76c24522740033c2554deb4e90b86df93a88c6b Mon Sep 17 00:00:00 2001 From: Acumen Date: Sun, 29 Aug 2004 19:33:22 +0000 Subject: [PATCH] Various fixes from Malte, including a General's Tent main menu. This was SVN commit r1082. --- .../data/mods/official/gui/test/hello.xml | 57 ++++++------ .../data/mods/official/gui/test/sprite1.xml | 88 +++++++++++-------- 2 files changed, 79 insertions(+), 66 deletions(-) diff --git a/binaries/data/mods/official/gui/test/hello.xml b/binaries/data/mods/official/gui/test/hello.xml index aeb58762e2..4ddf7f87ec 100755 --- a/binaries/data/mods/official/gui/test/hello.xml +++ b/binaries/data/mods/official/gui/test/hello.xml @@ -21,9 +21,9 @@ function selected() { - if( selection.length > 0 ) - return( selection[0] ); - return( null ); + if( selection.length > 0 ) + return( selection[0] ); + return( null ); } function updateOrbital() @@ -95,17 +95,16 @@