Skip to content

Commit c966e96

Browse files
authored
Merge pull request #7 from tksh164/fix/window-title
Fix window title
2 parents ddfb703 + af13b1f commit c966e96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/msrdcui/MainWindowViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public MainWindowViewModel()
1515
ConnectCommand = new RelayCommand(ExecuteConnect, CanExecuteConnect);
1616
OpenAboutThisAppUriCommand = new RelayCommand(ExecuteOpenAboutThisAppUri);
1717

18-
WindowTitle = "Remote Desktop UI";
18+
WindowTitle = "Remote Desktop Client UI";
1919
PortNumber = "3389";
2020
IsUpdateResolutionOnResizeEnabled = true;
2121
}

src/msrdcui/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
// General Information about an assembly is controlled through the following
88
// set of attributes. Change these attribute values to modify the information
99
// associated with an assembly.
10-
[assembly: AssemblyTitle("Remote Desktop UI")]
11-
[assembly: AssemblyDescription("GUI for msrdc.exe")]
10+
[assembly: AssemblyTitle("Remote Desktop Client UI")]
11+
[assembly: AssemblyDescription("GUI for Remote Desktop client (msrdc.exe).")]
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("")]
14-
[assembly: AssemblyProduct("Remote Desktop UI")]
14+
[assembly: AssemblyProduct("Remote Desktop Client UI")]
1515
[assembly: AssemblyCopyright("Copyright © 2021 Takeshi Katano")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]

0 commit comments

Comments
 (0)