]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/voutqt.m
gui/macos/*: 2nd String Review (refs #438)
[vlc] / modules / gui / macosx / voutqt.m
index 305155bb7b6eac6cb57c278ad3191a8c695dfc9c..55e387130b0a750390e7ba70e8b5da31da61b5c5 100644 (file)
@@ -141,7 +141,7 @@ int E_(OpenVideoQT) ( vlc_object_t *p_this )
         p_vout->p_sys->b_embedded = VLC_FALSE;
 
     p_vout->p_sys->b_altivec = p_vout->p_libvlc->i_cpu & CPU_CAPABILITY_ALTIVEC;
-    msg_Dbg( p_vout, "We do%s have Altivec", p_vout->p_sys->b_altivec ? "" : "n't" );
+    msg_Dbg( p_vout, "we do%s have Altivec", p_vout->p_sys->b_altivec ? "" : "n't" );
     
     /* Initialize QuickTime */
     p_vout->p_sys->h_img_descr =