avartar => avatar

This commit is contained in:
Howard Stearns 2015-08-13 14:53:12 -07:00
parent 74dc6a3dc5
commit 7d4c96cc29
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@ public:
Q_INVOKABLE void useFullAvatarURL(const QUrl& fullAvatarURL, const QString& modelName = QString());
Q_INVOKABLE const QUrl& getFullAvatarURLFromPreferences() const { return _fullAvatarURLFromPreferences; }
Q_INVOKABLE const QString& getFullAvartarModelName() const { return _fullAvatarModelName; }
Q_INVOKABLE const QString& getFullAvatarModelName() const { return _fullAvatarModelName; }
virtual void setAttachmentData(const QVector<AttachmentData>& attachmentData);

View file

@ -128,7 +128,7 @@ void PreferencesDialog::loadPreferences() {
ui.collisionSoundURLEdit->setText(myAvatar->getCollisionSoundURL());
fullAvatarURLChanged(myAvatar->getFullAvatarURLFromPreferences().toString(),
myAvatar->getFullAvartarModelName());
myAvatar->getFullAvatarModelName());
ui.sendDataCheckBox->setChecked(!menuInstance->isOptionChecked(MenuOption::DisableActivityLogger));