File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 ( "" ) ]
You can’t perform that action at this time.
0 commit comments