Skip to content

Commit

Permalink
more bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
t0815 committed Oct 29, 2023
1 parent f2a310d commit 7727f9e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MyCBZ/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<applicationSettings>
<Win_CBZ.Win_CBZSettings>
<setting name="Version" serializeAs="String">
<value>0.13.64b</value>
<value>0.13.65b</value>
</setting>
<setting name="RenamerPlaceholders" serializeAs="Xml">
<value>
Expand Down
2 changes: 1 addition & 1 deletion MyCBZ/Forms/TextEditorForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private void TextEditorForm_FormClosing(object sender, FormClosingEventArgs e)

if (duplicates.Count > 0)
{
ApplicationMessage.ShowError("Invalid Value! Duplicate entry detected.", "Invalid Value", 3, ApplicationMessage.DialogButtons.MB_OK);
ApplicationMessage.ShowError("Invalid Value! Duplicate entry detected.", "Invalid Value", ApplicationMessage.DialogType.MT_ERROR, ApplicationMessage.DialogButtons.MB_OK);

DialogResult = DialogResult.None;

Expand Down
2 changes: 1 addition & 1 deletion MyCBZ/Win_CBZSettings.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 MyCBZ/Win_CBZSettings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Value Profile="(Default)">%APPDATA%\CBZMage\Temp\</Value>
</Setting>
<Setting Name="Version" Type="System.String" Scope="Application">
<Value Profile="(Default)">0.13.64b</Value>
<Value Profile="(Default)">0.13.65b</Value>
</Setting>
<Setting Name="RenamerPlaceholders" Type="System.Collections.Specialized.StringCollection" Scope="Application">
<Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Microsoft Visual Studio [Community] 2022 (64-Bit)

## Latest Release

v0.13.64b released!
v0.13.65b released!

## Third party components

Expand Down
6 changes: 3 additions & 3 deletions Win_CBZ-Setup/Win_CBZ-Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -434,15 +434,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Win_CBZ"
"ProductCode" = "8:{15DDBF27-26F5-4532-A542-CA3CD9C18E81}"
"PackageCode" = "8:{0B5D4AE1-7371-4F2D-A900-16FBFE8D0C31}"
"ProductCode" = "8:{C3CC870A-3CA3-4B12-97EE-95DB01BA8A18}"
"PackageCode" = "8:{C6D15786-F48E-4913-BA93-D00D687A7576}"
"UpgradeCode" = "8:{66FAEF81-1CAE-4971-9E0F-796310EFEA5E}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:0.13.64"
"ProductVersion" = "8:0.13.65"
"Manufacturer" = "8:Trash_s0Ft"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down

0 comments on commit 7727f9e

Please sign in to comment.