From 28952b33544c801122285359fd7e4bf8b4c4b4cb Mon Sep 17 00:00:00 2001 From: Ale2610 Date: Mon, 24 Aug 2015 15:45:56 +0200 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sPhone.lua b/src/sPhone.lua index 56cadfe..d86427c 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -206,7 +206,7 @@ local function kernel() write(" "..sPhone.user) box(2,3,"Shell",colors.black,colors.yellow) box(19,3,"Lock",colors.lightGray,colors.black) - box(11,3,"sP",colors.red,colors.white) + box(11,3,"sID",colors.red,colors.white) box(2,7,"Games",colors.pink,colors.blue) box(10,7,"Chat", colors.black,colors.white) box(19,7,"SMS",colors.green,colors.white) @@ -266,8 +266,8 @@ local function kernel() term.setTextColor(colors.white) print("Type \"exit\" to close the shell") shell.run("/rom/programs/shell") - elseif (y > 2 and x > 10) and (y < 6 and x < 16) then - sPhone.winOk("Work In", "Progress") + elseif (y > 2 and x > 10) and (y < 7 and x < 16) then + shell.run("/.sPhone/apps/system/sID") elseif (y > 2 and x > 18) and (y < 6 and x < 25) then login() elseif (y > 6 and x > 1) and (y < 10 and x < 9) then