[ekiga] Fix typo



commit d2e5a8c83c23f2c5fbf0f303a11e84897330698b
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Mon Mar 4 19:26:26 2013 +0100

    Fix typo

 ekiga.schemas.in.in                                |    2 +-
 lib/engine/gui/gtk-frontend/preferences-window.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ekiga.schemas.in.in b/ekiga.schemas.in.in
index bb66701..a24b748 100644
--- a/ekiga.schemas.in.in
+++ b/ekiga.schemas.in.in
@@ -329,7 +329,7 @@
       <default>184</default>
       <locale name="C">
         <short>Type of Service (TOS) byte on outgoing RTP IP packets</short>
-        <long>The Type of Service (TOS) byte on outgoing RTP IP packets. This byte is used by the network to 
provide some level of Quality of Service (QoS). Default value 184 (0xB8) correspond to Expedited Forwarding 
(EF) PHB as defined in RFC 3246.</long>
+        <long>The Type of Service (TOS) byte on outgoing RTP IP packets. This byte is used by the network to 
provide some level of Quality of Service (QoS). Default value 184 (0xB8) corresponds to Expedited Forwarding 
(EF) PHB as defined in RFC 3246.</long>
       </locale>
     </schema>
     <schema>
diff --git a/lib/engine/gui/gtk-frontend/preferences-window.cpp 
b/lib/engine/gui/gtk-frontend/preferences-window.cpp
index b70f462..1912736 100644
--- a/lib/engine/gui/gtk-frontend/preferences-window.cpp
+++ b/lib/engine/gui/gtk-frontend/preferences-window.cpp
@@ -476,7 +476,7 @@ gm_pw_init_interface_page (GtkWidget *prefs_window,
   subsection = gnome_prefs_subsection_new (prefs_window, container,
                                            _("Network Settings"), 2, 2);
 
-  gnome_prefs_spin_new (subsection, _("Type of Service (TOS):"), PROTOCOLS_KEY "rtp_tos_field", _("The Type 
of Service (TOS) byte on outgoing RTP IP packets. This byte is used by the network to provide some level of 
Quality of Service (QoS). Default value 184 (0xB8) correspond to Expedited Forwarding (EF) PHB as defined in 
RFC 3246."), 0.0, 255.0, 1.0, 0, NULL, true);
+  gnome_prefs_spin_new (subsection, _("Type of Service (TOS):"), PROTOCOLS_KEY "rtp_tos_field", _("The Type 
of Service (TOS) byte on outgoing RTP IP packets. This byte is used by the network to provide some level of 
Quality of Service (QoS). Default value 184 (0xB8) corresponds to Expedited Forwarding (EF) PHB as defined in 
RFC 3246."), 0.0, 255.0, 1.0, 0, NULL, true);
 
   gnome_prefs_toggle_new (subsection, _("Enable network _detection"), NAT_KEY "enable_stun", _("Enable the 
automatic network setup resulting from the STUN test"), 1);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]