]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fix Window Title not resetting when queue finishing.
authorsr55 <sr55.hb@outlook.com>
Thu, 2 Nov 2017 20:29:58 +0000 (20:29 +0000)
committersr55 <sr55.hb@outlook.com>
Thu, 2 Nov 2017 20:29:58 +0000 (20:29 +0000)
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs

index 68e97e284ab88dccf626a94a0504c5e98eac55a1..9478680ebd8b5c97bd9797f6c26925fc58149608 100644 (file)
@@ -2610,6 +2610,8 @@ namespace HandBrakeWPF.ViewModels
                     }\r
 \r
                     this.ProgramStatusLabel = Resources.Main_QueueFinished + errorDesc;\r
+                    this.WindowTitle = Resources.HandBrake_Title;\r
+                    this.notifyIconService.SetTooltip(this.WindowTitle);\r
 \r
                     if (this.windowsSeven.IsWindowsSeven)\r
                     {\r