mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Use sign in/out instead of log in/out
This commit is contained in:
parent
05602341fc
commit
246ace8913
4 changed files with 4 additions and 4 deletions
|
|
@ -748,7 +748,7 @@ void Project::updateLicenseWarning()
|
|||
if (hasIncompatibleLicenseTypeAndSplashScreenSetting())
|
||||
{
|
||||
addProjectMessage (ProjectMessages::Ids::incompatibleLicense,
|
||||
{ { "Log in", [this] { ProjucerApplication::getApp().mainWindowList.getMainWindowForFile (getFile())->showLoginFormOverlay(); } },
|
||||
{ { "Sign in", [this] { ProjucerApplication::getApp().mainWindowList.getMainWindowForFile (getFile())->showLoginFormOverlay(); } },
|
||||
{ "Enable splash screen", [this] { displaySplashScreenValue = true; } } });
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue