]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/about.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / macosx / about.h
index c5eb6866ec4ce82dbdf074f0f8506b11b7de461d..b29fdc80667ce6243c5ec0eda194a21be0186b0b 100644 (file)
@@ -5,12 +5,12 @@
  * $Id$
  *
  * Authors: Derk-Jan Hartman <thedj@users.sourceforge.net>
- * 
+ *
  * 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
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
- * VLAboutBox interface 
+ * VLAboutBox interface
  *****************************************************************************/
 @interface VLAboutBox : NSObject
 {
     IBOutlet id o_about_window;
     IBOutlet id o_name_version_field;
+    IBOutlet id o_revision_field;
     IBOutlet id o_copyright_field;
     IBOutlet id o_credits_textview;
     IBOutlet id o_credits_scrollview;
-    
     NSTimer *o_scroll_timer;
     float f_current;
     float f_end;
     NSTimeInterval i_start;
     BOOL b_restart;
-    
     NSString *o_credits_path;
     NSString *o_credits;
     NSString *o_thanks;