mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-18 08:57:39 +02:00
* Added IArchSystem::getPlatformName()
* Added CArchSystemWindows::isWOW64() * Changed "Synergy" into "Synergy+" in various locations * Added output of platform name to startup message
This commit is contained in:
parent
6d0ddb6a6b
commit
5c89bc4b17
11 changed files with 92 additions and 9 deletions
|
@ -51,7 +51,7 @@ CInfo::init(HWND hwnd)
|
|||
{
|
||||
// collect info
|
||||
CString version =
|
||||
CStringUtil::format(getString(IDS_TITLE).c_str(), VERSION);
|
||||
CStringUtil::format(getString(IDS_TITLE).c_str(), kApplication, kVersion);
|
||||
CString hostname = ARCH->getHostName();
|
||||
CString address = ARCH->addrToString(ARCH->nameToAddr(hostname));
|
||||
CString userConfig = ARCH->getUserDirectory();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue