diff -r 9b1fe0532d0d -r 1eec2f9a7f5f examples/DS401_Slave_Gui/main.cpp --- a/examples/DS401_Slave_Gui/main.cpp Mon Nov 02 11:58:36 2009 +0100 +++ b/examples/DS401_Slave_Gui/main.cpp Mon Nov 02 17:41:24 2009 +0100 @@ -277,7 +277,7 @@ menuBar->Append (helpMenu, _T ("&Help")); SetMenuBar (menuBar); CreateStatusBar (2); - SetStatusText (_T ("Lolitech."), 0); + SetStatusText (_T ("DS-401 GUI."), 0); SetStatusText (_T ("Welcome."), 1); book = new wxNotebook (this, BOOKCTRL);