[vlc-commits] Qt: fix typos

Jean-Baptiste Kempf git at videolan.org
Thu Sep 8 01:43:55 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep  8 01:05:01 2011 +0200| [68c863f4a65ccc14f6f883272b7ba7c65b3e3940] | committer: Jean-Baptiste Kempf

Qt: fix typos

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

 modules/gui/qt4/main_interface_win32.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/main_interface_win32.cpp b/modules/gui/qt4/main_interface_win32.cpp
index cdb3f0e..be786cc 100644
--- a/modules/gui/qt4/main_interface_win32.cpp
+++ b/modules/gui/qt4/main_interface_win32.cpp
@@ -155,7 +155,7 @@ bool MainInterface::winEvent ( MSG * msg, long * result )
 {
     if (msg->message == taskbar_wmsg)
     {
-        //We received the taskbarbuttoncreated, now we can really create th buttons
+        //We received the taskbarbuttoncreated, now we can really create the buttons
         createTaskBarButtons();
     }
 
@@ -237,7 +237,7 @@ bool MainInterface::winEvent ( MSG * msg, long * result )
     return false;
 }
 
-void MainInterface::changeThumbbarButtons( int i_status)
+void MainInterface::changeThumbbarButtons( int i_status )
 {
     // Define an array of three buttons. These buttons provide images through an
     // image list and also provide tooltips.



More information about the vlc-commits mailing list