Skip to content

Commit

Permalink
MultiVNCApp: fix lowercase app name on some UI elements on MacOs
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed May 23, 2023
1 parent ad7fe2a commit 05fc183
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MultiVNCApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ bool MultiVNCApp::OnInit()
// name is the name of the executable and the vendor name is the same)
SetVendorName(_T("MultiVNC"));

// https://forums.wxwidgets.org/viewtopic.php?t=42605
SetAppDisplayName("MultiVNC");

// if built as a portable edition, use file config always!
#ifdef PORTABLE_EDITION
const char* name = CFGFILE;
Expand Down

0 comments on commit 05fc183

Please sign in to comment.