view Gui/mplayer/gtk/url.h @ 13362:ca2033826d21

Made the wording of MSGTR_EdlCantOpenForWrite and MSGTR_EdlCantOpenForWrite identical for consistency. Also German translation is easier this way.
author diego
date Fri, 17 Sep 2004 11:18:55 +0000
parents e9bd97d5c5cc
children
line wrap: on
line source


#ifndef _URL_H
#define _URL_H

extern GtkWidget * URL;
extern int         gtkVURLDialogBox;

extern void ShowURLDialogBox( void );
extern GtkWidget * create_URL( void );

#endif