From 882a4a90f31122dc725a372b9a2285fd9286d23f Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Tue, 7 Jun 2016 17:58:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D1=81=D0=BE=D0=BD=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=B0=D1=8F=20=D0=B0=D0=B2=D0=B0=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=AF=D1=88=D0=B8=20=D0=B8=D0=B7=20=D0=9C=D0=BE?= =?UTF-8?q?=D1=81=D0=BA=D0=B2=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications.txt | 2 +- Applications/VK/VK.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Applications.txt b/Applications.txt index 82422bd5..e82fff21 100644 --- a/Applications.txt +++ b/Applications.txt @@ -463,7 +463,7 @@ type="Application", icon="IgorTimofeev/OpenComputers/master/Applications/VK/Icon.pic", createShortcut="dock", - version=1.1, + version=1.2, resources={ { name="VKLogo.pic", diff --git a/Applications/VK/VK.lua b/Applications/VK/VK.lua index 8e2371a8..563769a4 100644 --- a/Applications/VK/VK.lua +++ b/Applications/VK/VK.lua @@ -106,6 +106,7 @@ local settings = {saveAuthData = false, addSendingInfo = true} local vip = { [7799889] = {avatarColor = 0x000000, avatarTextColor = 0xCCCCCC, avatarBottomText = "DEV", avatarBottomTextColor = 0x1b1b1b}, [113499693] = {avatarColor = 0xFF99CC, avatarTextColor = 0x000000, avatarBottomText = "DEV", avatarBottomTextColor = 0xff6dbf}, + [60991376] = {avatarColor = 0xEEEEEE, avatarTextColor = 0x000000, avatarBottomText = "DEV", avatarBottomTextColor = 0x555555}, } local messageEndAdderText = " (отправлено с MineOS VKClient)"