Commit 68c863f4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix typos

parent 22f95210
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment