Skip to content

Commit

Permalink
Updated version to 1.4.2
Browse files Browse the repository at this point in the history
Updated many Copyright to 2024 with "Modified by fisyher" text
Some minor UI adjustments and label changes to DTXCreator
Updated installer.iss
  • Loading branch information
fisyher committed May 19, 2024
1 parent 68bca10 commit 1b2a350
Show file tree
Hide file tree
Showing 11 changed files with 105 additions and 99 deletions.
1 change: 1 addition & 0 deletions DTXCreator/Code/00.App/CMainForm.Designer.cs

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

6 changes: 3 additions & 3 deletions DTXCreator/Code/00.App/CMainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ internal bool b未保存
{
// 変更ありかつ未保存なら「*」を付ける

this.Text = "DTXC* [" + strタイトル + "]";
this.Text = "DTXC NX *[" + strタイトル + "]";
this.toolStripMenuItem上書き保存.Enabled = true;
this.toolStripButton上書き保存.Enabled = true;
}
else
{
// 保存後変更がないなら「*」なない

this.Text = "DTXC [" + strタイトル + "]";
this.Text = "DTXC NX [" + strタイトル + "]";
this.toolStripMenuItem上書き保存.Enabled = false;
this.toolStripButton上書き保存.Enabled = false;
}
Expand Down Expand Up @@ -4851,5 +4851,5 @@ private void toolStripComboBox演奏速度_SelectedIndexChanged(object sender, E
{
this.b再生速度を変更した = true;
}
}
}
}
Loading

0 comments on commit 1b2a350

Please sign in to comment.