[GnomeMeeting-devel-list] [PATCH] fixes bugzilla's #134542



No comment...

Snark
diff -ur gnomemeeting-cvs-20040407.CVS/src/druid.cpp gnomemeeting-cvs-20040407.CVS.patched/src/druid.cpp
--- gnomemeeting-cvs-20040407.CVS/src/druid.cpp	2004-04-07 10:08:13.000000000 +0200
+++ gnomemeeting-cvs-20040407.CVS.patched/src/druid.cpp	2004-04-07 20:28:17.000000000 +0200
@@ -745,7 +745,7 @@
     callto_url = g_strdup_printf ("callto:ils.seconix.com/%s",
 				  mail ? mail : "");
     
-    text = g_strdup_printf (_("You have now finished the GnomeMeeting configuration. All the settings can be changed in the GnomeMeeting preferences. Enjoy!\n\n\nConfiguration summary:\n\nUsername:  %s\nConnection type:  %s\nAudio manager: %s\nAudio player:  %s\nAudio recorder:  %s\nVideo manager: %s\nVideo player: %s\nCallto URL: %s\n"), name, connection_type, audio_manager, player, recorder, video_manager, video_recorder, !gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dw->use_callto)) ? callto_url : _("None"));
+    text = g_strdup_printf (_("You have now finished the GnomeMeeting configuration. All the settings can be changed in the GnomeMeeting preferences. Enjoy!\n\n\nConfiguration summary:\n\nUsername: %s\nConnection type: %s\nAudio manager: %s\nAudio player: %s\nAudio recorder: %s\nVideo manager: %s\nVideo player: %s\nCallto URL: %s\n"), name, connection_type, audio_manager, player, recorder, video_manager, video_recorder, !gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dw->use_callto)) ? callto_url : _("None"));
     gnome_druid_page_edge_set_text (GNOME_DRUID_PAGE_EDGE (page), text);
 
     g_free (callto_url);
diff -ur gnomemeeting-cvs-20040407.CVS/src/pref_window.cpp gnomemeeting-cvs-20040407.CVS.patched/src/pref_window.cpp
--- gnomemeeting-cvs-20040407.CVS/src/pref_window.cpp	2004-04-01 21:13:41.000000000 +0200
+++ gnomemeeting-cvs-20040407.CVS.patched/src/pref_window.cpp	2004-04-07 20:29:09.000000000 +0200
@@ -1684,7 +1684,7 @@
 				_("Advanced Quality Settings"), 3, 1);
   
   /* Translators: the full sentence is Keep a minimum video quality of X % */
-  gnome_prefs_spin_new (subsection, _("Keep a minimum video _quality of"), VIDEO_CODECS_KEY "transmitted_video_quality", _("The minimum transmitted video quality to keep when trying to minimize the used bandwidth:  choose 100% on a LAN for the best quality, 1% being the worst quality"), 1.0, 100.0, 1.0, 0, _("%"), true);
+  gnome_prefs_spin_new (subsection, _("Keep a minimum video _quality of"), VIDEO_CODECS_KEY "transmitted_video_quality", _("The minimum transmitted video quality to keep when trying to minimize the used bandwidth: choose 100% on a LAN for the best quality, 1% being the worst quality"), 1.0, 100.0, 1.0, 0, _("%"), true);
 
   /* Translators: the full sentence is Transmit at least X frames per second */
   gnome_prefs_spin_new (subsection, _("Transmit at least"), VIDEO_CODECS_KEY "transmitted_fps", _("The minimum number of video frames to transmit each second when trying to minimize the bandwidth"), 1.0, 30.0, 1.0, 1, _("_frames per second"), true);


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