[Libreoffice-commits] core.git: sw/source sw/uiconfig

Chris Laplante mostthingsweb at gmail.com
Wed May 14 23:47:11 PDT 2014


 sw/source/ui/config/mailconfigpage.cxx                 |    2 +-
 sw/uiconfig/swriter/ui/authenticationsettingsdialog.ui |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 618106a1913e2df8df5236bd4b20ea5379cfef33
Author: Chris Laplante <mostthingsweb at gmail.com>
Date:   Wed May 14 14:20:24 2014 -0400

    Misspelled property in SwAuthenticationSettingsDialog (seperate => separate)
    
    Change-Id: I0cf29711459e5ec185b43cf28716729e659b00b4
    Reviewed-on: https://gerrit.libreoffice.org/9357
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/sw/source/ui/config/mailconfigpage.cxx b/sw/source/ui/config/mailconfigpage.cxx
index 2c60e5e..aae0529 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 78644cb..6785810 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>


More information about the Libreoffice-commits mailing list