diff options
author | Chris Laplante <mostthingsweb@gmail.com> | 2014-05-14 14:20:24 -0400 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-05-15 06:46:43 +0000 |
commit | 618106a1913e2df8df5236bd4b20ea5379cfef33 (patch) | |
tree | 43e7af68112aea9c10bd51619cec70ff9a27be83 | |
parent | 5409010efc6d7f81d2e87e6156a6bd0604355d24 (diff) |
Misspelled property in SwAuthenticationSettingsDialog (seperate => separate)
Change-Id: I0cf29711459e5ec185b43cf28716729e659b00b4
Reviewed-on: https://gerrit.libreoffice.org/9357
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
-rw-r--r-- | sw/source/ui/config/mailconfigpage.cxx | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/config/mailconfigpage.cxx b/sw/source/ui/config/mailconfigpage.cxx index 2c60e5ea14fc..aae0529109e6 100644 --- a/sw/source/ui/config/mailconfigpage.cxx +++ b/sw/source/ui/config/mailconfigpage.cxx @@ -364,7 +364,7 @@ SwAuthenticationSettingsDialog::SwAuthenticationSettingsDialog( , rConfigItem( rItem ) { get(m_pAuthenticationCB,"authentication"); - get(m_pSeparateAuthenticationRB,"seperateauthentication"); + get(m_pSeparateAuthenticationRB,"separateauthentication"); get(m_pSMTPAfterPOPRB,"smtpafterpop"); get(m_pOutgoingServerFT,"label1"); get(m_pUserNameFT,"username_label"); diff --git a/sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui b/sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui index 78644cbc4040..67858106033a 100644 --- a/sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui +++ b/sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui @@ -99,7 +99,7 @@ </packing> </child> <child> - <object class="GtkRadioButton" id="seperateauthentication:wrap"> + <object class="GtkRadioButton" id="separateauthentication:wrap"> <property name="label" translatable="yes">The outgoing mail server (SMTP) requires _separate authentication</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -209,7 +209,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">seperateauthentication:wrap</property> + <property name="group">separateauthentication:wrap</property> </object> <packing> <property name="left_attach">0</property> |