[vlc-commits] XCB/window: string rationalization

Rémi Denis-Courmont git at videolan.org
Mon Apr 11 17:22:36 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Apr 11 18:22:18 2011 +0300| [54a943786acf885b1f557be5ee41f5715895b15a] | committer: Rémi Denis-Courmont

XCB/window: string rationalization

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

 modules/video_output/xcb/window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/xcb/window.c b/modules/video_output/xcb/window.c
index 0fdd2bc..3fee99d 100644
--- a/modules/video_output/xcb/window.c
+++ b/modules/video_output/xcb/window.c
@@ -47,7 +47,7 @@ typedef xcb_atom_t Atom;
 
 #define XID_TEXT N_("X11 window ID")
 #define XID_LONGTEXT N_( \
-    "Video will be embedded in this pre-existing X11 window. " \
+    "Video will be embedded in this pre-existing window. " \
     "If zero, a new window will be created.")
 
 static int  Open (vout_window_t *, const vout_window_cfg_t *);



More information about the vlc-commits mailing list