Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-26 21:50:11 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-26 21:50:11 +0300
commitf95dfc0e02610fecb5981120d121ab7b4626a8ac (patch)
treeb5937474783fb2d85d7f85c4606e4b48425e3228
parent3202bb9fca791d00858dc9168d6a6d7427446110 (diff)
Translations sync, fixes2.21f
-rw-r--r--Properties/AssemblyInfo.cs4
-rw-r--r--Properties/Resources.id-ID.resx6
-rw-r--r--WorkerForm.cs5
-rw-r--r--hakchi_gui.csproj6
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 @@
<value>Mendekompres game...</value>
</data>
<data name="Default30games">
- <value>xx game orisinal</value>
+ <value>Game orisinal</value>
</data>
<data name="DeleteElement">
<value>Apakah Anda ingin menghapus "{0}"?</value>
@@ -197,7 +197,7 @@
<value>Folder baru</value>
</data>
<data name="FolderNameOriginalGames">
- <value>xx game orisinal</value>
+ <value>Game orisinal</value>
</data>
<data name="FolderNameTrashBin">
<value>Recycle Bin</value>
@@ -425,7 +425,7 @@
<value>Peringatan!</value>
</data>
<data name="Wow">
- <value>Wow</value>
+ <value>Yay!</value>
</data>
<data name="Yes">
<value>Ya</value>
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 @@
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<IsWebBootstrapper>true</IsWebBootstrapper>
- <PublishUrl>ftp://clusterrr.com/www/www/soft/hakchi2/</PublishUrl>
+ <PublishUrl>ftp://ftp.h710140844.nichost.ru/software.clusterrr.com/docs/hakchi2/</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
@@ -31,8 +31,8 @@
<PublisherName>Alexey %27Cluster%27 Avdyukhin</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.html</WebPage>
- <ApplicationRevision>61</ApplicationRevision>
- <ApplicationVersion>2.0.21.61</ApplicationVersion>
+ <ApplicationRevision>72</ApplicationRevision>
+ <ApplicationVersion>2.0.21.72</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>