diff options
Diffstat (limited to 'win32/source/wnd.ctrl.cpp')
-rw-r--r-- | win32/source/wnd.ctrl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/source/wnd.ctrl.cpp b/win32/source/wnd.ctrl.cpp index ea229ca87..6dc8bdca0 100644 --- a/win32/source/wnd.ctrl.cpp +++ b/win32/source/wnd.ctrl.cpp @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * Xine win32 UI + * xine win32 UI * by Matthew Grooms <elon@altavista.com> */ @@ -437,4 +437,4 @@ DWORD XINE_UI::UpdateLoop() CreateThread( 0, 0, &update_loop_helper, ( void * ) this, 0, &panel_loop_id ); return 0; -}
\ No newline at end of file +} |