From 3fb21d8e39d603f9573fe6e76e5ee72658541d68 Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Mon, 15 Dec 2003 20:20:55 +0000 Subject: [PATCH] * modules/gui/wxwindows/open.cpp: compilation fix. --- modules/gui/wxwindows/open.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/wxwindows/open.cpp b/modules/gui/wxwindows/open.cpp index 7ce92c84b9..658ed4c797 100644 --- a/modules/gui/wxwindows/open.cpp +++ b/modules/gui/wxwindows/open.cpp @@ -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 * @@ -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("://"); } -- 2.39.2