From adf4cb7f5a26356e75cbcb08ddf19d3d0f794ef9 Mon Sep 17 00:00:00 2001 From: epage Date: Fri, 30 Jan 2009 01:40:31 +0000 Subject: [PATCH] Oops, mixed up some button placements git-svn-id: file:///svnroot/ejpi/trunk@4 df6cc7de-23d0-4ae0-bb86-c17aa67b2a9d --- src/plugins/computer.map | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/computer.map b/src/plugins/computer.map index d0db610..521708d 100644 --- a/src/plugins/computer.map +++ b/src/plugins/computer.map @@ -14,12 +14,12 @@ "showAllSlices": True, }, (0, 1): { - "CENTER": {"action": "0b", "type": "text", "text": "0b", }, + "CENTER": {"action": "0o", "type": "text", "text": "0o", }, "NORTH": {"action": "[oct]", "type": "text", "text": "oct", }, "showAllSlices": True, }, (0, 2): { - "CENTER": {"action": "0o", "type": "text", "text": "0o", }, + "CENTER": {"action": "0b", "type": "text", "text": "0b", }, "showAllSlices": True, }, (1, 0): { -- 1.7.9.5