Mercurial > mplayer.hg
view Gui/mplayer/gtk/url.h @ 21514:f446d7a6b631
r21529: spelling
add missing part of sentence
author | kraymer |
---|---|
date | Thu, 07 Dec 2006 14:06:12 +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