]> git.sesse.net Git - vlc/blobdiff - include/vlc_interface.h
* modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selec...
[vlc] / include / vlc_interface.h
index 43546bf94ca597e713495b9401fec6d05cc2187c..8ab8aa5f54efa7f99b17edc35b7de77ba1eae3db 100644 (file)
@@ -4,7 +4,7 @@
  * interface, such as message output.
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: vlc_interface.h,v 1.8 2003/10/29 17:32:54 zorglub Exp $
+ * $Id: vlc_interface.h,v 1.10 2004/03/01 18:31:12 gbazin Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
@@ -27,8 +27,8 @@ typedef struct intf_dialog_args_t intf_dialog_args_t;
 
 /**
  * \file
- * This file contains structures and function prototypes for 
- * interface management in vlc 
+ * This file contains structures and function prototypes for
+ * interface management in vlc
  */
 
 
@@ -135,7 +135,7 @@ VLC_EXPORT( void,              intf_Destroy,    ( intf_thread_t * ) );
 #define INTF_DIALOG_NET         4
 #define INTF_DIALOG_SAT         5
 
-#define INTF_DIALOG_STREAM     8
+#define INTF_DIALOG_STREAMWIZARD 8
 
 #define INTF_DIALOG_PLAYLIST   10
 #define INTF_DIALOG_MESSAGES   11