[ekiga] Some string clarifications



commit f5d784430e5a13247299a5b877cc3b9ba144fe1b
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Tue Feb 12 11:45:16 2013 +0100

    Some string clarifications
    
    Specify that Fast Connect is the same as Fast Start.  Remove info
    about old NetMeeting.

 ekiga.schemas.in.in                                |    4 ++--
 help/C/ekiga.xml                                   |    3 +--
 lib/engine/gui/gtk-frontend/preferences-window.cpp |    4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/ekiga.schemas.in.in b/ekiga.schemas.in.in
index 0f17555..bb66701 100644
--- a/ekiga.schemas.in.in
+++ b/ekiga.schemas.in.in
@@ -427,7 +427,7 @@
       <default>true</default>
       <locale name="C">
 	<short>Enable H.245 tunneling</short>
-	<long>This enables H.245 Tunneling mode. In H.245 Tunneling mode H.245 messages are encapsulated into the H.225 channel (port 1720). This saves one TCP connection during calls. H.245 Tunneling was introduced in H.323v2 and Netmeeting does not support it. Using both Fast Start and H.245 Tunneling can crash some versions of Netmeeting.</long>
+	<long>This enables H.245 Tunneling mode. In H.245 Tunneling mode H.245 messages are encapsulated into the H.225 channel (port 1720). This saves one TCP connection during calls. H.245 Tunneling was introduced in H.323v2.</long>
       </locale>
     </schema>
     <schema>
@@ -449,7 +449,7 @@
       <default>true</default>
       <locale name="C">
 	<short>Enable 'Fast Start'</short>
-	<long>Connection will be established in Fast Start mode. Fast Start is a new way to start calls faster that was introduced in H.323v2. It is not supported by Netmeeting and using both Fast Start and H.245 Tunneling can crash some versions of Netmeeting</long>
+	<long>Connection will be established in Fast Start mode. Fast Start (Fast Connect) is a new way to start calls faster that was introduced in H.323v2.</long>
       </locale>
     </schema>
     <schema>
diff --git a/help/C/ekiga.xml b/help/C/ekiga.xml
index 57737fc..0e5d58b 100644
--- a/help/C/ekiga.xml
+++ b/help/C/ekiga.xml
@@ -745,7 +745,7 @@ The main port used to listen for incoming connections in <application>&app;</app
 
 <para><emphasis>Fast Start</emphasis></para>
 
-<para>Fast Start is a new method of call setup that bypasses some usual steps in order to make it faster. In addition to the speed improvement, Fast Start allows the media channels to be operational before the CONNECT message is sent, which is a requirement for certain billing procedures. It was introduced in H.323 version 2.</para>
+<para>Fast Start (Fast Connect) is a new method of call setup that bypasses some usual steps in order to make it faster. In addition to the speed improvement, Fast Start allows the media channels to be operational before the CONNECT message is sent, which is a requirement for certain billing procedures. It was introduced in H.323 version 2.</para>
 </section>
 
 </section>
@@ -803,7 +803,6 @@ To report a bug or make a suggestion regarding this application or this manual,
 <listitem><para>XTen: <ulink url="http://www.xten.com"; type="http">http://www.xten.com</ulink></para></listitem>
 <listitem><para>SJPhone: <ulink url="http://www.sjlabs.com/"; type="http">http://www.sjlabs.com/</ulink></para></listitem>
 <listitem><para>OpenPhone: <ulink url="http://www.openh323.org"; type="http">http://www.openh323.org</ulink></para></listitem>
-<listitem><para>Netmeeting: <ulink url="http://www.microsoft.com"; type="http">http://www.microsoft.com</ulink></para></listitem>
 </itemizedlist>
 
 </section>
diff --git a/lib/engine/gui/gtk-frontend/preferences-window.cpp b/lib/engine/gui/gtk-frontend/preferences-window.cpp
index 02c2d4b..8557948 100644
--- a/lib/engine/gui/gtk-frontend/preferences-window.cpp
+++ b/lib/engine/gui/gtk-frontend/preferences-window.cpp
@@ -673,11 +673,11 @@ gm_pw_init_h323_page (GtkWidget *prefs_window,
                                 _("Advanced Settings"), 5, 1);
 
   /* The toggles */
-  gnome_prefs_toggle_new (subsection, _("Enable H.245 _tunneling"), H323_KEY "enable_h245_tunneling", _("This enables H.245 Tunneling mode. In H.245 Tunneling mode H.245 messages are encapsulated into the H.225 channel (port 1720). This saves one TCP connection during calls. H.245 Tunneling was introduced in H.323v2 and Netmeeting does not support it. Using both Fast Start and H.245 Tunneling can crash some versions of Netmeeting."), 0);
+  gnome_prefs_toggle_new (subsection, _("Enable H.245 _tunneling"), H323_KEY "enable_h245_tunneling", _("This enables H.245 Tunneling mode. In H.245 Tunneling mode H.245 messages are encapsulated into the H.225 channel (port 1720). This saves one TCP connection during calls. H.245 Tunneling was introduced in H.323v2."), 0);
 
   gnome_prefs_toggle_new (subsection, _("Enable _early H.245"), H323_KEY "enable_early_h245", _("This enables H.245 early in the setup"), 1);
 
-  gnome_prefs_toggle_new (subsection, _("Enable fast _start procedure"), H323_KEY "enable_fast_start", _("Connection will be established in Fast Start mode. Fast Start is a new way to start calls faster that was introduced in H.323v2. It is not supported by Netmeeting and using both Fast Start and H.245 Tunneling can crash some versions of Netmeeting."), 2);
+  gnome_prefs_toggle_new (subsection, _("Enable fast _start procedure"), H323_KEY "enable_fast_start", _("Connection will be established in Fast Start (Fast Connect) mode. Fast Start is a new way to start calls faster that was introduced in H.323v2."), 2);
 
   gnome_prefs_toggle_new (subsection, _("Enable H.239 control"), H323_KEY "enable_h239", _("This enables H.239 capability for additional video roles."), 3);
 


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