We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdf765 commit 371ce03Copy full SHA for 371ce03
source/interface_derived.cpp
@@ -247,7 +247,7 @@ void MainFrameDerived::OnAbout(wxCommandEvent& event)
247
aboutInfo.SetWebSite("https://github.com/ravbug/UnityHubNative");
248
aboutInfo.AddDeveloper("Ravbug (github.com/ravbug)");
249
aboutInfo.SetIcon(wxIcon(wxICON(wxlin)));
250
- aboutInfo.SetVersion(AppVersion);
+ aboutInfo.SetVersion(AppVersion.data());
251
#elif defined _WIN32
252
aboutInfo.SetVersion(AppVersion.data());
253
aboutInfo.SetIcon(wxIcon("IDI_WXWIN"));
0 commit comments