]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
* new CheckForUpdate panel (closes #310)
[vlc] / modules / gui / macosx / intf.h
index 1830916e0a9a1718fd90e3bac479218b0e3805a1..c3c258d0e0159f85bfbbed7ff6c973df03ee6b8b 100644 (file)
@@ -97,7 +97,7 @@ struct intf_sys_t
     id o_embedded_list;         /* VLCEmbeddedList*/
     id o_interaction_list;      /* VLCInteractionList*/
     id o_sfilters;              /* VLCsFilters    */
-    /*id o_update;                 VLCUpdate      */
+    id o_update;                /* VLCUpdate      */
     BOOL nib_main_loaded;       /* reference to the main-nib */
     BOOL nib_open_loaded;       /* reference to the open-nib */
     BOOL nib_about_loaded;      /* reference to the about-nib */
@@ -105,7 +105,7 @@ struct intf_sys_t
     BOOL nib_extended_loaded;   /* reference to the extended-nib */
     BOOL nib_bookmarks_loaded;  /* reference to the bookmarks-nib */
     BOOL nib_sfilters_loaded;   /* reference to the sfilters-nib */
-    /*BOOL nib_update_loaded;      reference to the update-nib */
+    BOOL nib_update_loaded;     /* reference to the update-nib */
 
     IBOutlet id o_window;       /* main window    */
     IBOutlet id o_playlist_view;/* playlist view  */
@@ -155,7 +155,7 @@ struct intf_sys_t
 
     IBOutlet id o_mi_about;
     IBOutlet id o_mi_prefs;
-    /*IBOutlet id o_mi_checkForUpdate;*/
+    IBOutlet id o_mi_checkForUpdate;
     IBOutlet id o_mi_add_intf;
     IBOutlet id o_mu_add_intf;
     IBOutlet id o_mi_services;
@@ -319,7 +319,7 @@ struct intf_sys_t
 
 - (IBAction)viewAbout:(id)sender;
 - (IBAction)viewPreferences:(id)sender;
-/*- (IBAction)checkForUpdate:(id)sender;*/
+- (IBAction)checkForUpdate:(id)sender;
 - (IBAction)closeError:(id)sender;
 - (IBAction)openReadMe:(id)sender;
 - (IBAction)openDocumentation:(id)sender;