From f95dfc0e02610fecb5981120d121ab7b4626a8ac Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Thu, 26 Oct 2017 21:50:11 +0300 Subject: Translations sync, fixes --- Properties/AssemblyInfo.cs | 4 ++-- Properties/Resources.id-ID.resx | 6 +++--- WorkerForm.cs | 5 +++-- hakchi_gui.csproj | 6 +++--- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index a2b261b6..eb55492b 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ using System.Resources; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.21.61")] -[assembly: AssemblyFileVersion("2.0.21.61")] +[assembly: AssemblyVersion("2.0.21.72")] +[assembly: AssemblyFileVersion("2.0.21.72")] [assembly: NeutralResourcesLanguageAttribute("en-US")] diff --git a/Properties/Resources.id-ID.resx b/Properties/Resources.id-ID.resx index 5b63ee44..be5a10f8 100644 --- a/Properties/Resources.id-ID.resx +++ b/Properties/Resources.id-ID.resx @@ -107,7 +107,7 @@ Mendekompres game... - xx game orisinal + Game orisinal Apakah Anda ingin menghapus "{0}"? @@ -197,7 +197,7 @@ Folder baru - xx game orisinal + Game orisinal Recycle Bin @@ -425,7 +425,7 @@ Peringatan! - Wow + Yay! Ya diff --git a/WorkerForm.cs b/WorkerForm.cs index f055aadf..78e84c30 100644 --- a/WorkerForm.cs +++ b/WorkerForm.cs @@ -1035,9 +1035,10 @@ namespace com.clusterrr.hakchi_gui public static Image TakeScreenshot() { var clovershell = MainForm.Clovershell; - var screenshot = new Bitmap(1280, 720, System.Drawing.Imaging.PixelFormat.Format24bppRgb); + var screenshot = new Bitmap(1280, 720, PixelFormat.Format24bppRgb); var rawStream = new MemoryStream(); - clovershell.Execute("hakchi uipause;cat /dev/fb0", null, rawStream, null, 1000, true); + clovershell.ExecuteSimple("hakchi uipause"); + clovershell.Execute("cat /dev/fb0", null, rawStream, null, 1000, true); clovershell.ExecuteSimple("hakchi uiresume"); var raw = rawStream.ToArray(); BitmapData data = screenshot.LockBits( diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj index f5c733b5..fd01f6a3 100644 --- a/hakchi_gui.csproj +++ b/hakchi_gui.csproj @@ -15,7 +15,7 @@ False obj\$(Configuration)\ true - ftp://clusterrr.com/www/www/soft/hakchi2/ + ftp://ftp.h710140844.nichost.ru/software.clusterrr.com/docs/hakchi2/ true Web true @@ -31,8 +31,8 @@ Alexey %27Cluster%27 Avdyukhin true index.html - 61 - 2.0.21.61 + 72 + 2.0.21.72 false true true -- cgit v1.2.3