Change checkbox text

This commit is contained in:
Atlante45 2015-10-12 15:02:53 -07:00
parent 0cdad78581
commit cfba5752ce

View file

@ -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);
}