]> git.sesse.net Git - vlc/commitdiff
Qt: fix typos
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 7 Sep 2011 23:05:01 +0000 (01:05 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 7 Sep 2011 23:05:01 +0000 (01:05 +0200)
modules/gui/qt4/main_interface_win32.cpp

index cdb3f0e5e5395ea0e8cb46e87d4d0056f16216b6..be786ccb6f9e6eeec8f52a4d36eb253f4d15e793 100644 (file)
@@ -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.