mirror of
https://github.com/leozide/leocad
synced 2025-01-30 20:34:56 +01:00
Fix typo.
This commit is contained in:
parent
a5207573bf
commit
22e36adc53
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ void lcQPreferencesDialog::ColorButtonClicked()
|
||||||
else if (Button == ui->ObjectSelectedColorButton)
|
else if (Button == ui->ObjectSelectedColorButton)
|
||||||
{
|
{
|
||||||
Color = &mOptions->Preferences.mObjectSelectedColor;
|
Color = &mOptions->Preferences.mObjectSelectedColor;
|
||||||
Title = tr("Select Objected Selected Color");
|
Title = tr("Select Object Selected Color");
|
||||||
}
|
}
|
||||||
else if (Button == ui->ObjectFocusedColorButton)
|
else if (Button == ui->ObjectFocusedColorButton)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue