[vlc-devel] commit: Add mising \ in some macros. (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Jul 7 18:05:10 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jul  7 09:06:34 2008 -0700| [9bc8ac74bdb378fe610efaff6420712140ae3e71]

Add mising \ in some macros.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9bc8ac74bdb378fe610efaff6420712140ae3e71
---

 modules/video_filter/atmo/atmo.cpp |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/modules/video_filter/atmo/atmo.cpp b/modules/video_filter/atmo/atmo.cpp
index 20b54fb..77e63ae 100644
--- a/modules/video_filter/atmo/atmo.cpp
+++ b/modules/video_filter/atmo/atmo.cpp
@@ -121,11 +121,11 @@ strings for settings menus and hints
  "connected to your computer.\n"\
  "AtmoLight is the homegrown version of what Philips calls AmbiLight.\n"\
  "If you need further information feel free to visit us at\n\n"\
- "http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin\n"\
+ "http://www.vdr-wiki.de/wiki/index.php/Atmo-plugin\n "\
  "http://www.vdr-wiki.de/wiki/index.php/AtmoWin\n\n"\
- "You can find there detailed descriptions on how to build it for yourself "
- "and where to get the required parts.\n"
- "You can also have a look at pictures and some movies showing such a device "
+ "You can find there detailed descriptions on how to build it for yourself "\
+ "and where to get the required parts.\n" \
+ "You can also have a look at pictures and some movies showing such a device " \
  "in live action.")
 
 
@@ -186,8 +186,8 @@ strings for settings menus and hints
 
 #define SERIALDEV_TEXT         N_("Serial Port/Device")
 #define SERIALDEV_LONGTEXT   N_("Name of the serial port where the AtmoLight "\
-                                "controller is attached to.\n"
-                                "On Windows usually something like COM1 or "
+                                "controller is attached to.\n" \
+                                "On Windows usually something like COM1 or " \
                                 "COM2. On Linux /dev/ttyS01 f.e.")
 
 #define EDGE_TEXT            N_("Edge Weightning")
@@ -229,8 +229,8 @@ static const char *ppsz_filtermode_descriptions[] = {
 };
 
 #define FRAMEDELAY_TEXT       N_("Frame delay")
-#define FRAMEDELAY_LONGTEXT   N_("Helps to get the video output and the light "
-                                 "effects in sync. Values around 20ms should "
+#define FRAMEDELAY_LONGTEXT   N_("Helps to get the video output and the light "\
+                                 "effects in sync. Values around 20ms should " \
                                  "do the trick.")
 
 




More information about the vlc-devel mailing list