]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/update.m
macosx: experimental 64bit support
[vlc] / modules / gui / macosx / update.m
index 561298fe8c917454c462a752d18ba213cf211cec..12f162b56c904891572be1e18bad2c0d8260f6e8 100644 (file)
@@ -98,7 +98,7 @@ static VLCUpdate *_o_sharedInstance = nil;
     if( ![[NSUserDefaults standardUserDefaults] objectForKey: kPrefUpdateOnStartup] )
     {
         /* We don't have any preferences stored, ask the user. */
-        int res = NSRunInformationalAlertPanel( _NS("Do you want VLC to check for updates automatically?"),
+        NSInteger res = NSRunInformationalAlertPanel( _NS("Do you want VLC to check for updates automatically?"),
               _NS("You can change this option in VLC's update window later on."), _NS("Yes"), _NS("No"), nil );
         [self setShouldCheckUpdate: res];
     }