[ekiga] Remove the now unavailable "StaticPicture" from user message



commit e35bbf0694efdd5aa85d76b0a29b1d297db10780
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Sat May 23 09:43:38 2009 +0200

    Remove the now unavailable "StaticPicture" from user message
    
    Fixes bug #552263.
---
 src/gui/main.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gui/main.cpp b/src/gui/main.cpp
index f20e10c..b0a6c10 100644
--- a/src/gui/main.cpp
+++ b/src/gui/main.cpp
@@ -1148,7 +1148,7 @@ on_videoinput_device_error_cb (Ekiga::VideoInputManager & /* manager */,
   g_strdup_printf (_("Error while accessing video device %s"),
                    (const char *) device.name.c_str());
 
-  tmp_msg = g_strdup (_("A moving logo will be transmitted during calls. Notice that you can always transmit a given image or the moving logo by choosing \"Picture\" as video plugin and \"Moving logo\" or \"Static picture\" as device."));
+  tmp_msg = g_strdup (_("A moving logo will be transmitted during calls."));
   switch (error_code) {
 
     case Ekiga::VI_ERROR_DEVICE:



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