]> git.sesse.net Git - vlc/commitdiff
* modules/gui/wxwindows/open.cpp: compilation fix.
authorGildas Bazin <gbazin@videolan.org>
Mon, 15 Dec 2003 20:20:55 +0000 (20:20 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 15 Dec 2003 20:20:55 +0000 (20:20 +0000)
modules/gui/wxwindows/open.cpp

index 7ce92c84b9d557fb63544bc26fd56b2c040320a2..658ed4c79709012a07680a2719e0fb3e2a1f6796 100644 (file)
@@ -2,7 +2,7 @@
  * open.cpp : wxWindows plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000, 2001, 2003 VideoLAN
- * $Id: open.cpp,v 1.54 2003/12/15 13:10:05 zorglub Exp $
+ * $Id: open.cpp,v 1.55 2003/12/15 20:20:55 gbazin Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *
@@ -783,7 +783,7 @@ void OpenDialog::UpdateMRL( int i_access_method )
 
         case 2:
             /* http access */
-            if( net_addrs[2]->GetLineText(0).Find("http://") )
+            if( net_addrs[2]->GetLineText(0).Find(wxT("http://")) )
             {
                 mrltemp = wxT("http") + demux + wxT("://");
             }