mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Changed the text on the sign out button
This commit is contained in:
parent
0ab5e696fe
commit
602d68dcbc
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ public:
|
|||
licenseTypeLabel->setJustificationType (Justification::centred);
|
||||
licenseTypeLabel->setMinimumHorizontalScale (1.0f);
|
||||
|
||||
logoutButton.reset (new TextButton (isInsideWebview ? "Select different account..." : "Logout"));
|
||||
logoutButton.reset (new TextButton (isInsideWebview ? "Select different account..." : "Sign out"));
|
||||
addAndMakeVisible (logoutButton.get());
|
||||
logoutButton->setColour (TextButton::buttonColourId, findColour (secondaryButtonBackgroundColourId));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue