Browse Source

typos

pull/423/head
apprb 11 years ago
parent
commit
9ace74087a
No known key found for this signature in database
GPG Key ID: B001911B5B22FB9B
  1. 2
      widget/form/settings/privacyform.cpp
  2. 2
      widget/form/settings/privacysettings.ui

2
widget/form/settings/privacyform.cpp

@ -33,7 +33,7 @@ PrivacyForm::PrivacyForm() :
connect(bodyUI->cbTypingNotification, SIGNAL(stateChanged(int)), this, SLOT(onTypingNotificationEnabledUpdated())); connect(bodyUI->cbTypingNotification, SIGNAL(stateChanged(int)), this, SLOT(onTypingNotificationEnabledUpdated()));
connect(bodyUI->cbKeepHistory, SIGNAL(stateChanged(int)), this, SLOT(onEnableLoggingUpdated())); connect(bodyUI->cbKeepHistory, SIGNAL(stateChanged(int)), this, SLOT(onEnableLoggingUpdated()));
connect(bodyUI->cbEncryptHistory, SIGNAL(stateChanged(int)), this, SLOT(onEncryptLogsUpdated())); 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())); connect(bodyUI->pswdBtn, SIGNAL(clicked()), this, SLOT(onPasswordSet()));
} }

2
widget/form/settings/privacysettings.ui

@ -44,7 +44,7 @@
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<item> <item>
<widget class="QCheckBox" name="cbEnctyptTox"> <widget class="QCheckBox" name="cbEncryptTox">
<property name="text"> <property name="text">
<string>Encrypt Tox datafile</string> <string>Encrypt Tox datafile</string>
</property> </property>

Loading…
Cancel
Save