mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-12 03:16:07 +08: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:
@@ -398,7 +398,7 @@ initMainWindow(HWND hwnd)
|
||||
{
|
||||
// append version number to title
|
||||
CString titleFormat = getString(IDS_TITLE);
|
||||
setWindowText(hwnd, CStringUtil::format(titleFormat.c_str(), VERSION));
|
||||
setWindowText(hwnd, CStringUtil::format(titleFormat.c_str(), kApplication, kVersion));
|
||||
|
||||
// load configuration
|
||||
bool configLoaded =
|
||||
|
||||
Reference in New Issue
Block a user