[vlc-devel] commit: core: two typos (Erwan Tulou )
git version control
git at videolan.org
Mon Mar 1 22:02:38 CET 2010
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Mon Mar 1 21:50:32 2010 +0100| [1898f3753d05d121dcbfad2d87bcc3fb806c942b] | committer: Erwan Tulou
core: two typos
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1898f3753d05d121dcbfad2d87bcc3fb806c942b
---
modules/video_output/drawable.c | 2 +-
src/libvlc-module.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/video_output/drawable.c b/modules/video_output/drawable.c
index 1824704..0abd822 100644
--- a/modules/video_output/drawable.c
+++ b/modules/video_output/drawable.c
@@ -64,7 +64,7 @@ static int Open (vlc_object_t *obj)
return VLC_ENOMEM;
val = var_GetAddress (obj, "drawable-hwnd");
- var_Destroy (obj, "drawable-hwn");
+ var_Destroy (obj, "drawable-hwnd");
/* Keep a list of busy drawables, so we don't overlap videos if there are
* more than one video track in the stream. */
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index b021a0d..e459441 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -609,7 +609,7 @@ static const char *const ppsz_pos_descriptions[] =
#define KEYBOARD_EVENTS_LONGTEXT N_( \
"This enables VLC hotkeys from the (non-embedded) video window." )
-#define MOUSE_EVENTS_TEXT N_("Key press events")
+#define MOUSE_EVENTS_TEXT N_("Mouse events")
#define MOUSE_EVENTS_LONGTEXT N_( \
"This enables handling of mouse clicks on the video." )
More information about the vlc-devel
mailing list