Commit 54330110 authored by Damien Fouilleul's avatar Damien Fouilleul

opengl.c: fixed string declaration over multiple lines

parent 5f18b9dd
...@@ -116,7 +116,8 @@ static int SendEvents( vlc_object_t *, char const *, ...@@ -116,7 +116,8 @@ static int SendEvents( vlc_object_t *, char const *,
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
#define SPEED_TEXT N_( "OpenGL cube rotation speed" ) #define SPEED_TEXT N_( "OpenGL cube rotation speed" )
#define SPEED_LONGTEXT N_( "Rotation speed of the OpenGL cube effect, if "\ "enabled." ) #define SPEED_LONGTEXT N_( "Rotation speed of the OpenGL cube effect, if " \
"enabled." )
#define EFFECT_TEXT N_("Effect") #define EFFECT_TEXT N_("Effect")
#define EFFECT_LONGTEXT N_( \ #define EFFECT_LONGTEXT N_( \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment