[vlc-devel] commit: Forgotten ' ' space in longhelp. (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Feb 23 21:49:55 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb 23 21:48:39 2009 +0100| [213731a8dce21d01892eb362f5c08b6e250c3eca] | committer: Jean-Baptiste Kempf 

Forgotten ' ' space in longhelp.

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

 modules/control/hotkeys.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/control/hotkeys.c b/modules/control/hotkeys.c
index 4f4ca9f..476d36d 100644
--- a/modules/control/hotkeys.c
+++ b/modules/control/hotkeys.c
@@ -106,7 +106,7 @@ vlc_module_begin ()
 
     add_integer( "hotkeys-mousewheel-mode", MOUSEWHEEL_VOLUME, NULL,
                  N_("MouseWheel x-axe Control"),
-                 N_("MouseWheel x-axe can control volume, position or"
+                 N_("MouseWheel x-axe can control volume, position or "
                     "mousewheel event can be ignored"), false )
             change_integer_list( i_mode_list, psz_mode_list_text, NULL )
 




More information about the vlc-devel mailing list