mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
typos
This commit is contained in:
parent
02092c9a90
commit
9ace74087a
|
@ -33,7 +33,7 @@ PrivacyForm::PrivacyForm() :
|
|||
connect(bodyUI->cbTypingNotification, SIGNAL(stateChanged(int)), this, SLOT(onTypingNotificationEnabledUpdated()));
|
||||
connect(bodyUI->cbKeepHistory, SIGNAL(stateChanged(int)), this, SLOT(onEnableLoggingUpdated()));
|
||||
connect(bodyUI->cbEncryptHistory, SIGNAL(stateChanged(int)), this, SLOT(onEncryptLogsUpdated()));
|
||||
connect(bodyUI->cbEnctyptTox, SIGNAL(stateChanged(int)), this, SLOT(onEncryptToxUpdated()));
|
||||
connect(bodyUI->cbEncryptTox, SIGNAL(stateChanged(int)), this, SLOT(onEncryptToxUpdated()));
|
||||
connect(bodyUI->pswdBtn, SIGNAL(clicked()), this, SLOT(onPasswordSet()));
|
||||
}
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cbEnctyptTox">
|
||||
<widget class="QCheckBox" name="cbEncryptTox">
|
||||
<property name="text">
|
||||
<string>Encrypt Tox datafile</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in New Issue
Block a user