Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Filename in Title Bar
Adds the current filename to the title bar of the main analysis window.
  • Loading branch information
Kevin Guest authored and Kevin Guest committed Feb 12, 2016
commit 0dedd9906038deea371d3a7457433566a7f97d40
2 changes: 2 additions & 0 deletions AMP Log Analiser x1/Classes/modFile_Handling.vb
Original file line number Diff line number Diff line change
Expand Up @@ -688,9 +688,11 @@ Module modFile_Handling
If FileOpened = True Then
.btnAnalyze.Visible = True
.picClickButton.Visible = False
.Text = "APM Log Analyser: " & strLogFileName
ElseIf FileOpened = False Then
.btnAnalyze.Visible = False
.picClickButton.Visible = True
.Text = "APM Log Analyser"
End If
End With
End Sub
Expand Down
2 changes: 1 addition & 1 deletion AMP Log Analiser x1/Forms/Form1.Designer.vb

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