]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins/src/wxdialogs.h
*All: fixed unwanted fileinfo window refresh under windows.
[vlc] / modules / gui / skins / src / wxdialogs.h
index 5e64d5aff20fc308d74dd2a781715c8f21b4ae96..959b5f9e9d76b2d4efd5dc1566c20a2aa571c3ff 100644 (file)
@@ -2,7 +2,7 @@
  * wxwindows.h: private wxWindows interface description
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: wxdialogs.h,v 1.1 2003/04/20 20:28:39 ipkiss Exp $
+ * $Id: wxdialogs.h,v 1.2 2003/04/21 16:55:53 anil Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *
@@ -360,6 +360,7 @@ private:
     intf_thread_t *p_intf;
     wxTreeCtrl *fileinfo_tree;
     wxTreeItemId fileinfo_root;
+    wxString fileinfo_root_label;
 
 };