mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 22:54:07 +02:00
Change checkbox text
This commit is contained in:
parent
0cdad78581
commit
cfba5752ce
1 changed files with 1 additions and 1 deletions
|
@ -4079,7 +4079,7 @@ bool Application::askToUploadAsset(const QString& filename) {
|
|||
// Option to drop model in world for models
|
||||
if (filename.endsWith(FBX_EXTENSION) || filename.endsWith(OBJ_EXTENSION)) {
|
||||
auto checkBox = new QCheckBox(&messageBox);
|
||||
checkBox->setText("Drop model in world.");
|
||||
checkBox->setText("Add to scene");
|
||||
messageBox.setCheckBox(checkBox);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue