1
0
Fork 0
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:
ed 2020-05-29 17:04:29 +01:00
parent 05602341fc
commit 246ace8913
4 changed files with 4 additions and 4 deletions

View file

@ -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