Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
- minor code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
desjarlais committed May 15, 2020
1 parent cab6ce1 commit a059a6e
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 35 deletions.
4 changes: 2 additions & 2 deletions Forms/FrmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1909,7 +1909,7 @@ private void openToolStripMenuItem_Click(object sender, EventArgs e)
}
catch (Exception ex)
{
LoggingHelper.Log("File Open Error:");
LoggingHelper.Log("File Open Error: ");
LoggingHelper.Log(ex.Message);
}
finally
Expand All @@ -1928,7 +1928,7 @@ public void PopulatePackageParts()
{
foreach (ZipArchiveEntry zae in archive.Entries)
{
_pParts.Add(zae.FullName + " : " + FileUtilities.SizeSuffix(zae.Length));
_pParts.Add(zae.FullName + StringResources.colonBuffer + FileUtilities.SizeSuffix(zae.Length));
}
}
}
Expand Down
49 changes: 22 additions & 27 deletions Forms/FrmSettings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/Debug/Office File Explorer.application
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Tg0DCHQSLH6JZok1vRFmu/3KgZFJr78NgVDgaE4BuHY=</dsig:DigestValue>
<dsig:DigestValue>vHShnGWJi0YwrEt9WsWLWPUPZSTFiweevLylTfiPjN0=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified bin/Debug/Office File Explorer.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions bin/Debug/Office File Explorer.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Office File Explorer.exe" size="2155008">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Office File Explorer.exe" size="2154496">
<assemblyIdentity name="Office File Explorer" version="1.0.2.34" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>LFY56SOx8UL/C/i3ADbglF18bhmBJMRkC9bgDw3Ena8=</dsig:DigestValue>
<dsig:DigestValue>UAX0tmyfy/Bg1enRjqsaKG+BDQBOELIkezTZ/5Z0RjE=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified bin/Debug/Office File Explorer.pdb
Binary file not shown.
Binary file modified bin/Debug/app.publish/Office File Explorer.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion obj/Debug/Office File Explorer.application
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Tg0DCHQSLH6JZok1vRFmu/3KgZFJr78NgVDgaE4BuHY=</dsig:DigestValue>
<dsig:DigestValue>vHShnGWJi0YwrEt9WsWLWPUPZSTFiweevLylTfiPjN0=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified obj/Debug/Office File Explorer.csproj.GenerateResource.cache
Binary file not shown.
Binary file modified obj/Debug/Office File Explorer.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions obj/Debug/Office File Explorer.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Office File Explorer.exe" size="2155008">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Office File Explorer.exe" size="2154496">
<assemblyIdentity name="Office File Explorer" version="1.0.2.34" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>LFY56SOx8UL/C/i3ADbglF18bhmBJMRkC9bgDw3Ena8=</dsig:DigestValue>
<dsig:DigestValue>UAX0tmyfy/Bg1enRjqsaKG+BDQBOELIkezTZ/5Z0RjE=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified obj/Debug/Office File Explorer.pdb
Binary file not shown.

0 comments on commit a059a6e

Please sign in to comment.