]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/wizard.h
Reduce our usleep hack time from 50ms to 10ms (a frame is 40ms...).
[vlc] / modules / gui / macosx / wizard.h
index 1ea98226a1e0aab31e7193adc977af24ddb22d9e..534875188de14ebcbdf6499746cbe6e9923a6319 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2005-2007 the VideoLAN team
  * $Id$
  *
- * Authors: Felix Kühne <fkuehne@users.sf.net>
+ * Authors: Felix Kühne <fkuehne at videolan dot org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 - (void)resetWizard;
 - (void)createOpts;
 - (void)rebuildCodecMenus;
-- (id)getPlaylistWizard;
+- (id)playlistWizard;
 - (void)initWithExtractValuesFrom: (NSString *)from to: (NSString *)to ofItem: (NSString *)item;
 
 @end